Home
last modified time | relevance | path

Searched refs:AllAppsSwipeController (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java34 import com.android.launcher3.touch.AllAppsSwipeController;
110 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mLauncher, config); in getConfigForStates()
112 AllAppsSwipeController.applyAllAppsToNormalConfig(mLauncher, config); in getConfigForStates()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java64 import com.android.launcher3.touch.AllAppsSwipeController;
204 AllAppsSwipeController.applyAllAppsToNormalConfig(mActivity, config); in prepareForAtomicAnimation()
206 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mActivity, config); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java48 public class AllAppsSwipeController extends AbstractStateChangeTouchController { class
136 public AllAppsSwipeController(Launcher l) { in AllAppsSwipeController() method in AllAppsSwipeController
DAbstractStateChangeTouchController.java300 successTransitionProgress = AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()
304 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java60 import com.android.launcher3.touch.AllAppsSwipeController;
87 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL;
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java186 import com.android.launcher3.touch.AllAppsSwipeController;
3218 return new TouchController[] {getDragController(), new AllAppsSwipeController(this)};