/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | ICarProjectionKeyEventHandler.aidl | 23 void onKeyEvent(int event) = 0; in onKeyEvent() method
|
H A D | CarProjectionManager.java | 101 void onKeyEvent(@KeyEventNum int event); in onKeyEvent() method 816 public void onKeyEvent(@KeyEventNum int event) { in onKeyEvent() method in CarProjectionManager.ICarProjectionKeyEventHandlerImpl
|
/aosp12/packages/services/Car/car-lib/src/android/car/input/ |
H A D | ICarInputListener.aidl | 27 void onKeyEvent(in KeyEvent keyEvent, int targetDisplay) = 1; in onKeyEvent() method
|
H A D | CarInputHandlingService.java | 124 protected abstract void onKeyEvent(KeyEvent keyEvent, int targetDisplay); in onKeyEvent() method in CarInputHandlingService 140 public void onKeyEvent(KeyEvent keyEvent, int targetDisplay) throws RemoteException { in onKeyEvent() method in CarInputHandlingService.InputBinder
|
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/renderer/ |
H A D | IInstrumentCluster.aidl | 44 oneway void onKeyEvent(in KeyEvent keyEvent); in onKeyEvent() method
|
H A D | InstrumentClusterRenderingService.java | 209 public void onKeyEvent(@NonNull KeyEvent keyEvent) { in onKeyEvent() method in InstrumentClusterRenderingService 522 public void onKeyEvent(KeyEvent keyEvent) throws RemoteException { in onKeyEvent() method in InstrumentClusterRenderingService.RendererBinder
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | EventStreamTransformation.java | 81 default void onKeyEvent(KeyEvent event, int policyFlags) { in onKeyEvent() method
|
H A D | KeyboardInterceptor.java | 68 public void onKeyEvent(KeyEvent event, int policyFlags) { in onKeyEvent() method in KeyboardInterceptor
|
H A D | KeyEventDispatcher.java | 305 boolean onKeyEvent(KeyEvent event, int sequenceNumber); in onKeyEvent() method
|
H A D | AutoclickController.java | 98 public void onKeyEvent(KeyEvent event, int policyFlags) { in onKeyEvent() method in AutoclickController
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
H A D | OverviewInputConsumer.java | 111 public void onKeyEvent(KeyEvent ev) { in onKeyEvent() method in OverviewInputConsumer
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | InputHalService.java | 80 void onKeyEvent(KeyEvent event, int targetDisplay); in onKeyEvent() method
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | ClusterRenderingService.java | 98 void onKeyEvent(KeyEvent keyEvent); in onKeyEvent() method 319 public void onKeyEvent(KeyEvent keyEvent) { in onKeyEvent() method in ClusterRenderingService
|
H A D | MainClusterActivity.java | 332 public void onKeyEvent(KeyEvent event) { in onKeyEvent() method in MainClusterActivity
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceClient.aidl | 43 void onKeyEvent(in KeyEvent event, int sequence); in onKeyEvent() method
|
H A D | AccessibilityService.java | 583 boolean onKeyEvent(KeyEvent event); in onKeyEvent() method 867 protected boolean onKeyEvent(KeyEvent event) { in onKeyEvent() method in AccessibilityService 2203 public boolean onKeyEvent(KeyEvent event) { in onBind() method in AccessibilityService
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | InputConsumer.java | 104 default void onKeyEvent(KeyEvent ev) { } in onKeyEvent() method
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestDragAndDropManager.java | 47 public void onKeyEvent(KeyEvent event) {} in onKeyEvent() method in TestDragAndDropManager
|
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/ |
H A D | ClusterHomeApplication.java | 268 private void onKeyEvent(KeyEvent keyEvent) { in onKeyEvent() method in ClusterHomeApplication
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | DragAndDropManager.java | 65 void onKeyEvent(KeyEvent event); in onKeyEvent() method 211 public void onKeyEvent(KeyEvent event) { in onKeyEvent() method in DragAndDropManager.RuntimeDragAndDropManager
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarInputService.java | 93 void onKeyEvent(KeyEvent event); in onKeyEvent() method 352 public void onKeyEvent(KeyEvent event, @DisplayTypeEnum int targetDisplayType) { in onKeyEvent() method in CarInputService
|
H A D | InputCaptureClientController.java | 513 public boolean onKeyEvent(@DisplayTypeEnum int displayType, KeyEvent event) { in onKeyEvent() method in InputCaptureClientController
|
/aosp12/packages/services/Car/service/src/com/android/car/cluster/ |
H A D | InstrumentClusterService.java | 365 public void onKeyEvent(KeyEvent event) { in onKeyEvent() method in InstrumentClusterService
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityInputFilterTest.java | 115 public void onKeyEvent(KeyEvent event, int policyFlags) { in onKeyEvent() method in AccessibilityInputFilterTest.EventCaptor
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputEventConsistencyVerifier.java | 200 public void onKeyEvent(KeyEvent event, int nestingLevel) { in onKeyEvent() method in InputEventConsistencyVerifier
|