Searched refs:isRangeSelectionActive (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionManager.java316 * is active (see {@link #isRangeSelectionActive()}. Items in the range [anchor, end] will be
325 if (!isRangeSelectionActive()) {
358 public boolean isRangeSelectionActive() { method in class:SelectionManager
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DUserInputHandler.java205 return event.isShiftKeyDown() && mSelectionMgr.isRangeSelectionActive();
472 if (!mSelectionMgr.isRangeSelectionActive()) {

Completed in 26 milliseconds