Home
last modified time | relevance | path

Searched defs:onEvent (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DRaceConditionTracker.java31 void onEvent(String eventName); in onEvent() method
40 public static void onEvent(String eventName) { in onEvent() method in RaceConditionTracker
44 public static void onEvent(String eventName, boolean isEnter) { in onEvent() method in RaceConditionTracker
DFlingBlockCheck.java42 public void onEvent() { in onEvent() method in FlingBlockCheck
/packages/services/Car/tools/keventreader/common/com/android/car/keventreader/
DIEventCallback.aidl22 void onEvent(in KeypressEvent event); in onEvent() method
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DNonSimulatorConnectionListener.java31 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in NonSimulatorConnectionListener
DSimulatorConference.java154 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorConference
173 void onEvent(@NonNull Event event) { in onEvent() method in SimulatorConference
182 void onEvent(@NonNull SimulatorConference conference, @NonNull Event event); in onEvent() method
DSimulatorConnection.java169 void onEvent(@NonNull Event event) { in onEvent() method in SimulatorConnection
187 void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event); in onEvent() method
DSimulatorConferenceCreator.java170 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorConferenceCreator
191 public void onEvent(@NonNull SimulatorConference conference, @NonNull Event event) { in onEvent() method in SimulatorConferenceCreator
DSimulatorVideoCall.java115 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorVideoCall
DSimulatorRttCall.java104 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorRttCall
DSimulatorConnectionsBankImpl.java123 public void onEvent(@NonNull SimulatorConference conference, @NonNull Event event) { in onEvent() method in SimulatorConnectionsBankImpl
DSimulatorVoiceCall.java193 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorVoiceCall
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DNavigationRenderer.java42 public void onEvent(int eventType, Bundle bundle) {} in onEvent() method in NavigationRenderer
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
DUsageStatistics.java51 public static void onEvent(String category, String action, String label) {}; in onEvent() method in UsageStatistics
52 … public static void onEvent(String category, String action, String label, long optional_value) {}; in onEvent() method in UsageStatistics
/packages/apps/Camera2/src/android/util/
DCameraPerformanceTracker.java62 public static void onEvent(int eventType) { in onEvent() method in CameraPerformanceTracker
/packages/apps/TV/common/src/com/android/tv/common/compat/
DTvRecordingClientCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvRecordingClientCompat.RecordingCallbackCompat
DTvViewCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvViewCompat.TvInputCallbackCompat
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducer.java247 public void onEvent(String event) { in onEvent() method in RaceConditionReproducer
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java411 public void onEvent(final Event event, final int currentAutoCapsState, in onEvent() method in KeyboardSwitcher
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java225 public void onEvent(List<CarPropertyEvent> events) throws RemoteException { in onEvent() method in CarPropertyManager.CarPropertyEventListenerToService
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java621 public void onEvent(final Event event, final int autoCapsFlags, final int recapitalizeMode) { in onEvent() method in KeyboardState
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java1110 public void onEvent(int event, String path) { in onEvent() method in DownloadStorageProvider.ContentChangedRelay
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1440 public void onEvent(@Nonnull final Event event) { in onEvent() method in LatinIME