Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java48 public class StatusBarTouchController implements TouchController { class
63 public StatusBarTouchController(Launcher l) { in StatusBarTouchController() method in StatusBarTouchController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java150 import com.android.launcher3.uioverrides.touchcontrollers.StatusBarTouchController;
638 list.add(new StatusBarTouchController(this)); in createTouchControllers()