Searched refs:LauncherStateTransitionAnimation (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java370 layerViews.put(cl, LauncherStateTransitionAnimation.BUILD_LAYER);
418 layerViews.put(hotseat, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
419 layerViews.put(overviewPanel, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
525 layerViews.put(searchBar, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
H A DLauncherStateTransitionAnimation.java80 public class LauncherStateTransitionAnimation { class
106 public static final String TAG = "LauncherStateTransitionAnimation";
117 public LauncherStateTransitionAnimation(Launcher l, Callbacks cb) { method in class:LauncherStateTransitionAnimation
H A DLauncher.java136 LauncherStateTransitionAnimation.Callbacks {
220 @Thunk LauncherStateTransitionAnimation mStateTransitionAnimation;
455 mStateTransitionAnimation = new LauncherStateTransitionAnimation(this, this);

Completed in 241 milliseconds