Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DKeyInputHandler.java77 if (shouldExtendSelection(details, event)) { in onKey()
98 private boolean shouldExtendSelection(DocumentItemDetails item, KeyEvent event) { in shouldExtendSelection() method in KeyInputHandler