Home
last modified time | relevance | path

Searched refs:DIRECTION_DOWN (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBothAxesSwipeDetector.java36 public static final int DIRECTION_DOWN = 1 << 2; field in BothAxesSwipeDetector
68 boolean canScrollDown = (mScrollDirections & DIRECTION_DOWN) > 0 in shouldScrollStart()
/packages/apps/Car/Radio/src/com/android/car/radio/platform/
DRadioTunerExt.java123 forward ? RadioTuner.DIRECTION_UP : RadioTuner.DIRECTION_DOWN, false); in seek()
140 mTuner.step(forward ? RadioTuner.DIRECTION_UP : RadioTuner.DIRECTION_DOWN, false); in step()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java152 public static final int DIRECTION_DOWN = 1 << 1; field in LeanbackKeyboardContainer
155 public static final int DIRECTION_DOWN_LEFT = DIRECTION_DOWN | DIRECTION_LEFT;
156 public static final int DIRECTION_DOWN_RIGHT = DIRECTION_DOWN | DIRECTION_RIGHT;
1287 if ((direction & DIRECTION_DOWN) != 0) { in getNextFocusInDirection()
1362 } else if ((direction & DIRECTION_DOWN) != 0) { in getNextFocusInDirection()
DLeanbackKeyboardController.java447 handled = onDirectionalMove(LeanbackKeyboardContainer.DIRECTION_DOWN); in handleKeyDownEvent()
/packages/apps/Gallery/src/com/android/camera/
DUtil.java55 public static final int DIRECTION_DOWN = 3; field in Util
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java69 private static final int DIRECTION_DOWN = 3; field in Util