Searched refs:AllAppsSwipeController (Results 1 – 6 of 6) sorted by relevance
34 import com.android.launcher3.touch.AllAppsSwipeController;110 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mLauncher, config); in getConfigForStates()112 AllAppsSwipeController.applyAllAppsToNormalConfig(mLauncher, config); in getConfigForStates()
64 import com.android.launcher3.touch.AllAppsSwipeController;204 AllAppsSwipeController.applyAllAppsToNormalConfig(mActivity, config); in prepareForAtomicAnimation()206 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mActivity, config); in prepareForAtomicAnimation()
48 public class AllAppsSwipeController extends AbstractStateChangeTouchController { class136 public AllAppsSwipeController(Launcher l) { in AllAppsSwipeController() method in AllAppsSwipeController
300 successTransitionProgress = AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()304 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()
60 import com.android.launcher3.touch.AllAppsSwipeController;87 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL;
186 import com.android.launcher3.touch.AllAppsSwipeController;3218 return new TouchController[] {getDragController(), new AllAppsSwipeController(this)};