Searched defs:mAllAppsController (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherStateTransitionAnimation.java119 AllAppsTransitionController mAllAppsController; field in class:LauncherStateTransitionAnimation
123 mAllAppsController = allAppsController;
189 || mAllAppsController.isTransitioning()) {
229 mAllAppsController.finishPullUp();
342 boolean shouldPost = mAllAppsController.animateToAllApps(animation, revealDurationSlide);
520 mAllAppsController.finishPullDown();
669 boolean shouldPost = mAllAppsController.animateToWorkspace(animation, revealDurationSlide);
H A DLauncher.java251 AllAppsTransitionController mAllAppsController; field in class:Launcher
401 mAllAppsController = new AllAppsTransitionController(this);
402 mStateTransitionAnimation = new LauncherStateTransitionAnimation(this, mAllAppsController);
1051 mAllAppsController.showDiscoveryBounce();
1283 mDragLayer.setup(this, mDragController, mAllAppsController);
1316 mAllAppsController.setupViews(mAppsView, mHotseat, mWorkspace);
2842 if (changed || mAllAppsController.isTransitioning()) {
2955 (mState == State.APPS && mAllAppsController.isTransitioning()))) {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java116 private AllAppsTransitionController mAllAppsController; field in class:DragLayer
141 mAllAppsController = allAppsTransitionController;
219 // dray layer even if mAllAppsController is NOT the active controller.
221 mAllAppsController.cancelDiscoveryAnimation();
246 if (mAllAppsController.onControllerInterceptTouchEvent(ev)) {
247 mActiveController = mAllAppsController;

Completed in 56 milliseconds