Searched refs:HardwareKeyboardShortcutController (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | HardwareKeyboardShortcutControllerTest.java | 38 assertEquals("2", HardwareKeyboardShortcutController.getNeighborItem(handles, "1", true)); in testForwardRotation() 39 assertEquals("3", HardwareKeyboardShortcutController.getNeighborItem(handles, "2", true)); in testForwardRotation() 40 assertEquals("0", HardwareKeyboardShortcutController.getNeighborItem(handles, "3", true)); in testForwardRotation() 46 assertEquals("0", HardwareKeyboardShortcutController.getNeighborItem(handles, "1", false)); in testBackwardRotation() 47 assertEquals("3", HardwareKeyboardShortcutController.getNeighborItem(handles, "0", false)); in testBackwardRotation() 48 assertEquals("2", HardwareKeyboardShortcutController.getNeighborItem(handles, "3", false)); in testBackwardRotation() 54 assertNull(HardwareKeyboardShortcutController.getNeighborItem(handles, "X", true)); in testNotMatching() 55 assertNull(HardwareKeyboardShortcutController.getNeighborItem(handles, "X", false)); in testNotMatching()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | HardwareKeyboardShortcutController.java | 32 final class HardwareKeyboardShortcutController { class
|
H A D | InputMethodManagerService.java | 320 final HardwareKeyboardShortcutController mHardwareKeyboardShortcutController = 321 new HardwareKeyboardShortcutController();
|