Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DInputHandlers.java45 SelectionTracker<String> selectionHelper, in InputHandlers() argument
51 checkArgument(selectionHelper != null); in InputHandlers()
57 mSelectionHelper = selectionHelper; in InputHandlers()
DKeyInputHandler.java41 SelectionTracker<String> selectionHelper, in KeyInputHandler() argument
45 mSelectionHelper = selectionHelper; in KeyInputHandler()