/aosp_15_r20/hardware/google/gfxstream/host/testlibs/ |
D | Event.h | 28 struct KeyEvent struct 30 Key code; 31 bool alt; 32 bool control; 33 bool shift; 34 bool system;
|
/aosp_15_r20/external/angle/util/ |
H A D | Event.h | 28 struct KeyEvent struct 30 Key Code; 31 bool Alt; 32 bool Control; 33 bool Shift; 34 bool System;
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | KeyEvent.java | 97 public class KeyEvent extends InputEvent implements Parcelable { class 1962 private KeyEvent() { in KeyEvent() method in KeyEvent 1975 public KeyEvent(int action, int code) { in KeyEvent() method in KeyEvent 1994 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent 2015 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent 2037 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent 2061 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent 2086 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent 2093 private KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, in KeyEvent() method in KeyEvent 2123 public KeyEvent(long time, String characters, int deviceId, int flags) { in KeyEvent() method in KeyEvent [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust-source/gen/com/android/server/inputflinger/ |
D | KeyEvent.rs | 27 impl Default for r#KeyEvent { implementation 46 impl binder::Parcelable for r#KeyEvent { implementation 112 impl binder::binder_impl::ParcelableMetadata for r#KeyEvent { implementation
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyboard/shortcut/ui/composable/ |
D | ShortcutCustomizerKt.java | 23 …kotlin.jvm.functions.Function1<? super androidx.compose.ui.input.key.KeyEvent, java.lang.Boolean> … in ShortcutCustomizationDialog() 31 …ionUiState.AddShortcutDialog uiState, kotlin.jvm.functions.Function1<? super androidx.compose.ui.i… in AddShortcutDialog() 55 …ionContainer(boolean shouldShowError, kotlin.jvm.functions.Function1<? super androidx.compose.ui.i… in SelectedKeyCombinationContainer()
|
/aosp_15_r20/frameworks/native/services/inputflinger/rust/ |
H A D | input_filter.rs | 45 fn notify_key(&mut self, event: &KeyEvent); in notify_key() 172 fn notify_key(&mut self, event: &KeyEvent) { in notify_key() 414 pub fn last_event(&self) -> Option<KeyEvent> { in last_event() 432 fn notify_key(&mut self, event: &KeyEvent) { in notify_key() 493 pub fn last_event(&self) -> Option<KeyEvent> { in last_event()
|
H A D | bounce_keys_filter.rs | 68 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
|
H A D | sticky_keys_filter.rs | 78 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
|
H A D | slow_keys_filter.rs | 99 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputTraceSession.cpp | 42 const std::variant<KeyEvent, MotionEvent>& event) { in operator <<() 55 inline uint32_t getId(const std::variant<KeyEvent, MotionEvent>& event) { in getId()
|
H A D | FakeInputDispatcherPolicy.cpp | 413 const KeyEvent&, uint32_t) { in interceptKeyBeforeDispatching()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskInitializer.kt | 175 private fun KeyEvent.toNoteTaskEntryPointOrNull(): NoteTaskEntryPoint? { in KeyEvent() method 192 private fun KeyEvent.isTailButtonNotesGesture(): Boolean { in KeyEvent() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/com/android/server/inputflinger/ |
D | IInputFilter.cpp | 358 …ilterDefault::notifyKey(const ::aidl::com::android::server::inputflinger::KeyEvent& /*in_event*/) { in notifyKey() 636 …ksDefault::sendKeyEvent(const ::aidl::com::android::server::inputflinger::KeyEvent& /*in_event*/) { in sendKeyEvent()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_view_KeyEvent.h | 28 class KeyEvent; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/include/aidl/com/android/server/inputflinger/ |
D | IInputFilter.h | 30 class KeyEvent; variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyevent/domain/interactor/ |
H A D | SysUIKeyEventHandler.kt | 65 fun KeyEvent.handleAction(): Boolean { in KeyEvent() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust/android_arm64_armv8-2a_cortex-a55_source/ |
D | com_android_server_inputflinger.rs | 1554 pub mod KeyEvent { module 1581 impl Default for r#KeyEvent { implementation 1600 impl binder::Parcelable for r#KeyEvent { implementation 1666 impl binder::binder_impl::ParcelableMetadata for r#KeyEvent { implementation
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | gpu_display_x.rs | 221 KeyEvent(xlib::XKeyEvent), enumerator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | wincon.h | 93 KEY_EVENT_RECORD KeyEvent; member
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | NativeInput.java | 238 static class KeyEvent extends InputEvent { class in NativeInput
|
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/notification/TextClassifierNotificationLibNoManifest/android_common_apex30/turbine/ |
D | TextClassifierNotificationLibNoManifest.jar | com/android/textclassifier/notification/CopyCodeActivity.class
<Unknown>
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/colorpicker/colorpicker/android_common/turbine/ |
D | colorpicker.jar | com/android/colorpicker/ColorPickerDialog.class
<Unknown>
package com.android.colorpicker
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/MainSwitchPreference/SettingsLibMainSwitchPreference/android_common_apex33/turbine/ |
D | SettingsLibMainSwitchPreference.jar | com/android/settingslib/widget/MainSwitchBar$SavedState.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/BarChartPreference/SettingsLibBarChartPreference/android_common_apex30/turbine/ |
D | SettingsLibBarChartPreference.jar | com/android/settingslib/widget/BarChartInfo$Builder.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/BarChartPreference/SettingsLibBarChartPreference/android_common/turbine/ |
D | SettingsLibBarChartPreference.jar | com/android/settingslib/widget/BarChartInfo$Builder.class
<Unknown>
package com. ... |