Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DUserInputHandler.java227 && !doc.isInSelectionHotspot(event) in shouldClearSelection()
273 return doc.isInSelectionHotspot(event) in onSingleTapUp()
DDocumentDetails.java28 boolean isInSelectionHotspot(InputEvent event); in isInSelectionHotspot() method
DMessageHolder.java39 public boolean isInSelectionHotspot(InputEvent event) { in isInSelectionHotspot() method in MessageHolder
DDocumentHolder.java131 public boolean isInSelectionHotspot(InputEvent event) { in isInSelectionHotspot() method in DocumentHolder
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvent.java309 public boolean isInSelectionHotspot(InputEvent event) { in isInSelectionHotspot() method in TestEvent.Details