Home
last modified time | relevance | path

Searched refs:NoButtonQuickSwitchTouchController (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java63 import com.android.launcher3.uioverrides.touchcontrollers.NoButtonQuickSwitchTouchController;
270 list.add(new NoButtonQuickSwitchTouchController(this)); in createTouchControllers()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java89 public class NoButtonQuickSwitchTouchController implements TouchController, class
118 public NoButtonQuickSwitchTouchController(BaseQuickstepLauncher launcher) { in NoButtonQuickSwitchTouchController() method in NoButtonQuickSwitchTouchController