Searched refs:BothAxesSwipeDetector (Results 1 – 2 of 2) sorted by relevance
30 public class BothAxesSwipeDetector extends BaseSwipeDetector { class44 public BothAxesSwipeDetector(@NonNull Context context, @NonNull Listener l) { in BothAxesSwipeDetector() method in BothAxesSwipeDetector
41 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()