Searched refs:AllAppsSwipeController (Results 1 – 8 of 8) sorted by relevance
35 import com.android.launcher3.touch.AllAppsSwipeController;111 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mLauncher, config); in getConfigForStates()113 AllAppsSwipeController.applyAllAppsToNormalConfig(mLauncher, config); in getConfigForStates()
64 import com.android.launcher3.touch.AllAppsSwipeController;211 AllAppsSwipeController.applyAllAppsToNormalConfig(mContainer, config); in prepareForAtomicAnimation()213 AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mContainer, config); in prepareForAtomicAnimation()
20 import static com.android.launcher3.touch.AllAppsSwipeController.ALL_APPS_FADE_MANUAL;21 import static com.android.launcher3.touch.AllAppsSwipeController.SCRIM_FADE_MANUAL;
44 import com.android.launcher3.touch.AllAppsSwipeController;176 AllAppsSwipeController.applyOverviewToAllAppsAnimConfig(dp, config, threshold); in createForRecents()
56 public class AllAppsSwipeController extends AbstractStateChangeTouchController { class144 public AllAppsSwipeController(Launcher l) { in AllAppsSwipeController() method in AllAppsSwipeController
315 successTransitionProgress = AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()319 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL; in onDragEnd()
62 import com.android.launcher3.touch.AllAppsSwipeController;89 1 - AllAppsSwipeController.ALL_APPS_STATE_TRANSITION_MANUAL;
227 import com.android.launcher3.touch.AllAppsSwipeController;2784 return new TouchController[] {getDragController(), new AllAppsSwipeController(this)};