Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java35 import com.android.launcher3.touch.AllAppsSwipeController;
111 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mLauncher, config); in getConfigForStates()
113 AllAppsSwipeController.applyAllAppsToNormalConfig(mLauncher, config); in getConfigForStates()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java64 import com.android.launcher3.touch.AllAppsSwipeController;
211 AllAppsSwipeController.applyAllAppsToNormalConfig(mContainer, config); in prepareForAtomicAnimation()
213 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mContainer, config); in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java20 import static com.android.launcher3.touch.AllAppsSwipeController.ALL_APPS_FADE_MANUAL;
21 import static com.android.launcher3.touch.AllAppsSwipeController.SCRIM_FADE_MANUAL;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java44 import com.android.launcher3.touch.AllAppsSwipeController;
176 AllAppsSwipeController.applyOverviewToAllAppsAnimConfig(dp, config, threshold); in createForRecents()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java56 public class AllAppsSwipeController extends AbstractStateChangeTouchController { class
144 public AllAppsSwipeController(Launcher l) { in AllAppsSwipeController() method in AllAppsSwipeController
DAbstractStateChangeTouchController.java315 successTransitionProgress = AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()
319 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java62 import com.android.launcher3.touch.AllAppsSwipeController;
89 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL;
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java227 import com.android.launcher3.touch.AllAppsSwipeController;
2784 return new TouchController[] {getDragController(), new AllAppsSwipeController(this)};