Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DStatusBarTouchController.java47 public class StatusBarTouchController implements TouchController { class
60 public StatusBarTouchController(Launcher l) { in StatusBarTouchController() method in StatusBarTouchController
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepLauncher.java67 import com.android.launcher3.uioverrides.touchcontrollers.StatusBarTouchController;
328 list.add(new StatusBarTouchController(this)); in createTouchControllers()