Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DBothAxesSwipeDetector.java30 public class BothAxesSwipeDetector extends BaseSwipeDetector { class
44 public BothAxesSwipeDetector(@NonNull Context context, @NonNull Listener l) { in BothAxesSwipeDetector() method in BothAxesSwipeDetector
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonQuickSwitchTouchController.java41 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_RIGHT;
42 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_UP;
68 import com.android.launcher3.touch.BothAxesSwipeDetector;
85 BothAxesSwipeDetector.Listener {
94 private final BothAxesSwipeDetector mSwipeDetector;
117 mSwipeDetector = new BothAxesSwipeDetector(mLauncher, this); in NoButtonQuickSwitchTouchController()