Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java77 @Mock InputHalService.InputListener mInputListener; field in InputHalServiceTest
111 mInputHalService.setInputListener(mInputListener); in ignoresSetListener_beforeKeyInputSupported()
116 verify(mInputListener, never()).onKeyEvent(any(), anyInt()); in ignoresSetListener_beforeKeyInputSupported()
216 }).when(mInputListener).onKeyEvent(any(), eq(CarOccupantZoneManager.DISPLAY_TYPE_MAIN)); in dispatchesInputEvent_multiple_toListener_mainDisplay()
240 }).when(mInputListener).onKeyEvent(any(), in dispatchesInputEvent_multiple_toListener_clusterDisplay()
262 verify(mInputListener, never()).onKeyEvent(any(), anyInt()); in dispatchesInputEvent_invalidInputEvent()
268 verify(mInputListener, never()).onKeyEvent(any(), anyInt()); in dispatchesInputEvent_invalidInputEvent()
274 verify(mInputListener, never()).onKeyEvent(any(), anyInt()); in dispatchesInputEvent_invalidInputEvent()
419 }).when(mInputListener).onRotaryEvent(any(), eq(CarOccupantZoneManager.DISPLAY_TYPE_MAIN)); in dispatchesRotaryEvent_singleVolumeUp_anyDisplay()
451 }).when(mInputListener).onRotaryEvent(any(), eq(CarOccupantZoneManager.DISPLAY_TYPE_MAIN)); in dispatchesRotaryEvent_multipleNavigatePrevious_anyDisplay()
[all …]
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java138 private InputListener mInputListener; field in LeanbackKeyboardController
163 mInputListener = listener; in LeanbackKeyboardController()
345 mInputListener.onEntry(InputListener.ENTRY_TYPE_ACTION, 0, null); in commitKey()
348 mInputListener.onEntry(InputListener.ENTRY_TYPE_SUGGESTION, 0, in commitKey()
386 mInputListener.onEntry(InputListener.ENTRY_TYPE_LEFT, 0, null); in handleCommitKeyboardKey()
389 mInputListener.onEntry(InputListener.ENTRY_TYPE_RIGHT, 0, null); in handleCommitKeyboardKey()
392 mInputListener.onEntry(InputListener.ENTRY_TYPE_BACKSPACE, 0, null); in handleCommitKeyboardKey()
395 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, " "); in handleCommitKeyboardKey()
399 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, label); in handleCommitKeyboardKey()
407 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, label); in handleCommitKeyboardKey()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java88 inputManager.registerInputDeviceListener(mInputListener, mHandler); in registerInputMethodMonitor()
100 private InputManager.InputDeviceListener mInputListener = field in BluetoothInputDeviceConnector
129 inputManager.unregisterInputDeviceListener(mInputListener); in unregisterInputMethodMonitor()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java61 private LeanbackKeyboardController.InputListener mInputListener field in LeanbackImeService
108 mKeyboardController = new LeanbackKeyboardController(this, mInputListener); in onInitializeInterface()