Home
last modified time | relevance | path

Searched refs:onKeyEvents (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java1020 mRotaryService.onKeyEvents(validDisplayId, in testOnKeyEvents_nudgeUp_moveFocus()
1024 mRotaryService.onKeyEvents(validDisplayId, Collections.singletonList(nudgeUpEventActionUp)); in testOnKeyEvents_nudgeUp_moveFocus()
1099 mRotaryService.onKeyEvents(validDisplayId, in testOnKeyEvents_nudgeUp_initFocus()
1103 mRotaryService.onKeyEvents(validDisplayId, Collections.singletonList(nudgeUpEventActionUp)); in testOnKeyEvents_nudgeUp_initFocus()
1191 mRotaryService.onKeyEvents(validDisplayId, Collections.singletonList(nudgeEventActionDown)); in testOnKeyEvents_nudgeToHunEscapeNudgeDirection_leaveTheHun()
1194 mRotaryService.onKeyEvents(validDisplayId, Collections.singletonList(nudgeEventActionUp)); in testOnKeyEvents_nudgeToHunEscapeNudgeDirection_leaveTheHun()
1282 mRotaryService.onKeyEvents(validDisplayId, Collections.singletonList(nudgeEventActionDown)); in testOnKeyEvents_nudgeToNonHunEscapeNudgeDirection_stayInTheHun()
1285 mRotaryService.onKeyEvents(validDisplayId, Collections.singletonList(nudgeEventActionUp)); in testOnKeyEvents_nudgeToNonHunEscapeNudgeDirection_stayInTheHun()
1351 mRotaryService.onKeyEvents(validDisplayId, in testOnKeyEvents_centerButtonClick_initFocus()
1355 mRotaryService.onKeyEvents(validDisplayId, in testOnKeyEvents_centerButtonClick_initFocus()
[all …]
/packages/services/Car/car-lib/src/android/car/input/
DCarInputManager.java77 default void onKeyEvents(@DisplayTypeEnum int targetDisplayType, in onKeyEvents() method
422 callbackHolder.mCallback.onKeyEvents(targetDisplayType, keyEvents); in dispatchKeyEvents()
472 public void onKeyEvents(@DisplayTypeEnum int targetDisplayType, in onKeyEvents() method in CarInputManager.ICarInputCallbackImpl
DICarInputCallback.aidl28 void onKeyEvents(int targetDisplayType, in List<KeyEvent> keyEvents) = 1; in onKeyEvents() method
/packages/services/Car/tests/SampleVoiceAssistInputService/src/com/android/car/voiceassist/sample/
DVoiceAssistEventHandler.java49 public void onKeyEvents(int targetDisplayType, in onKeyEvents() method in VoiceAssistEventHandler
/packages/services/Car/tests/SampleVoiceAssistInputService/tests/src/com/android/car/voiceassist/sample/unittest/
DVoiceAssistEventHandlerTest.java94 mEventHandler.onKeyEvents(SOME_DISPLAY_TYPE, mEvents); in testOnKeyEvents_startsUserTosRedirectActivity()
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
DClusterHomeApplication.java422 public void onKeyEvents(@CarOccupantZoneManager.DisplayTypeEnum int targetDisplayType,
/packages/services/Car/service/src/com/android/car/
DInputCaptureClientController.java723 callback.onKeyEvents(targetDisplayType, mKeyEventDispatchScratchList); in dispatchKeyEvent()
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java109 public void onKeyEvents(@DisplayTypeEnum int targetDisplayType, in onKeyEvents() method in CarInputManagerTest.CaptureCallback
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java871 public void onKeyEvents(int targetDisplayType, @NonNull List<KeyEvent> events) { in onKeyEvents() method in RotaryService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1083 method TIRAMISU_0 void onKeyEvents(int targetDisplayType, List<KeyEvent> keyEvents);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1615 method public default void onKeyEvents(int, @NonNull java.util.List<android.view.KeyEvent>);
/packages/services/Car/car-lib/api/
Dsystem-current.txt1615 method public default void onKeyEvents(int, @NonNull java.util.List<android.view.KeyEvent>);
Dtest-current.txt1689 method public default void onKeyEvents(int, @NonNull java.util.List<android.view.KeyEvent>);
Dsystem-lint-baseline.txt3162 UnflaggedApi: android.car.input.CarInputManager.CarInputCaptureCallback#onKeyEvents(int, java.util.…
3163 …dApi: method android.car.input.CarInputManager.CarInputCaptureCallback.onKeyEvents(int,java.util.L…