Home
last modified time | relevance | path

Searched refs:QuickSwitchTouchController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java57 public class QuickSwitchTouchController extends AbstractStateChangeTouchController { class
61 public QuickSwitchTouchController(QuickstepLauncher launcher) { in QuickSwitchTouchController() method in QuickSwitchTouchController
65 protected QuickSwitchTouchController(QuickstepLauncher l, in QuickSwitchTouchController() method in QuickSwitchTouchController
DTransposedQuickSwitchTouchController.java22 public class TransposedQuickSwitchTouchController extends QuickSwitchTouchController {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java149 import com.android.launcher3.uioverrides.touchcontrollers.QuickSwitchTouchController;
623 : new QuickSwitchTouchController(this)); in createTouchControllers()