Home
last modified time | relevance | path

Searched defs:KeyEvent (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_KeyEvent.h28 class KeyEvent; variable
/frameworks/native/services/inputflinger/tests/
DInputTraceSession.cpp42 const std::variant<KeyEvent, MotionEvent>& event) { in operator <<()
55 inline uint32_t getId(const std::variant<KeyEvent, MotionEvent>& event) { in getId()
DFakeInputDispatcherPolicy.cpp425 const KeyEvent&, uint32_t) { in interceptKeyBeforeDispatching()
/frameworks/base/core/java/android/view/
DKeyEvent.java97 public class KeyEvent extends InputEvent implements Parcelable { class
1554 private KeyEvent() { in KeyEvent() method in KeyEvent
1567 public KeyEvent(int action, int code) { in KeyEvent() method in KeyEvent
1586 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent
1607 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent
1629 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent
1653 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent
1678 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() method in KeyEvent
1685 private KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, in KeyEvent() method in KeyEvent
1715 public KeyEvent(long time, String characters, int deviceId, int flags) { in KeyEvent() method in KeyEvent
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyevent/domain/interactor/
DSysUIKeyEventHandler.kt65 fun KeyEvent.handleAction(): Boolean { in KeyEvent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt140 private fun KeyEvent.toNoteTaskEntryPointOrNull(): NoteTaskEntryPoint? { in KeyEvent() method
157 private fun KeyEvent.isTailButtonNotesGesture(): Boolean { in KeyEvent() method
/frameworks/native/services/inputflinger/rust/
Dinput_filter.rs40 fn notify_key(&mut self, event: &KeyEvent); in notify_key()
147 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
365 pub fn last_event(&self) -> Option<KeyEvent> { in last_event()
383 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
430 pub fn last_event(&self) -> Option<KeyEvent> { in last_event()
Dbounce_keys_filter.rs66 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
Dslow_keys_filter.rs97 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()
Dsticky_keys_filter.rs75 fn notify_key(&mut self, event: &KeyEvent) { in notify_key()