Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocsSelectionPredicate.java61 public boolean canSetStateForKey(String id, boolean nextState) { in canSetStateForKey() method in DocsSelectionPredicate
DKeyInputHandler.java103 return mSelectionPredicate.canSetStateForKey(item.getSelectionKey(), true); in shouldExtendSelection()