HomeSort by relevance Sort by last modified time
    Searched refs:isShiftKeyPressed (Results 1 - 7 of 7) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Events.java 76 public static boolean isShiftKeyPressed(MotionEvent e) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MotionEvents.java 77 static boolean isShiftKeyPressed(MotionEvent e) {
MotionInputHandler.java 86 return MotionEvents.isShiftKeyPressed(e) && mSelectionHelper.isRangeActive();
MouseInputHandler.java 149 if (mCallbacks.hasFocusedItem() && MotionEvents.isShiftKeyPressed(e)) {
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MotionEvents.java 89 static boolean isShiftKeyPressed(@NonNull MotionEvent e) {
MotionInputHandler.java 92 return MotionEvents.isShiftKeyPressed(e)
MouseInputHandler.java 175 if (mFocusDelegate.hasFocusedItem() && MotionEvents.isShiftKeyPressed(e)) {

Completed in 353 milliseconds