Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DInputHandlers.java63 KeyInputHandler createKeyHandler() { in createKeyHandler()
64 KeyInputHandler.Callbacks<DocumentItemDetails> callbacks = in createKeyHandler()
65 new KeyInputHandler.Callbacks<DocumentItemDetails>() { in createKeyHandler()
114 return new KeyInputHandler(mSelectionHelper, mSelectionPredicate, callbacks); in createKeyHandler()
H A DKeyInputHandler.java34 public final class KeyInputHandler extends KeyboardEventListener<DocumentItemDetails> { class
40 public KeyInputHandler( in KeyInputHandler() method in KeyInputHandler
H A DDirectoryFragment.java181 private KeyInputHandler mKeyListener;
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DKeyInputHandlerTest.java43 private KeyInputHandler mInputHandler;
54 mInputHandler = new KeyInputHandler( in setUp()
73 extends KeyInputHandler.Callbacks<DocumentItemDetails> {