Add physics motion to items in all apps.

Motion applied to:
- Icons
- Prediction icons
- Prediction divider

Bug: 38349031
Change-Id: I376e6e39080c8c80463a0ce8b104b05e4d576f17
This commit is contained in:
Jon Miranda
2017-04-20 12:07:38 -07:00
parent 09273b676e
commit 4e11c2738a
9 changed files with 379 additions and 6 deletions

View File

@@ -227,6 +227,13 @@ public class AlphabeticalAppsList {
return mApps;
}
/**
* Returns the predicted apps.
*/
public List<AppInfo> getPredictedApps() {
return mPredictedApps;
}
/**
* Returns fast scroller sections of all the current filtered applications.
*/