HomeSort by relevance Sort by last modified time
    Searched refs:LauncherStateTransitionAnimation (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 368 layerViews.put(cl, LauncherStateTransitionAnimation.BUILD_LAYER);
416 layerViews.put(hotseat, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
417 layerViews.put(overviewPanel, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
LauncherStateTransitionAnimation.java 81 public class LauncherStateTransitionAnimation {
115 public LauncherStateTransitionAnimation(Launcher l) {
    [all...]
Launcher.java 215 @Thunk LauncherStateTransitionAnimation mStateTransitionAnimation;
433 mStateTransitionAnimation = new LauncherStateTransitionAnimation(this);
    [all...]

Completed in 834 milliseconds