Searched refs:scancode (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1631 int deviceId, int scancode) { in KeyEvent() argument 1632 this(downTime, eventTime, action, code, repeat, metaState, deviceId, scancode, in KeyEvent() 1655 int deviceId, int scancode, int flags) { in KeyEvent() argument 1656 this(downTime, eventTime, action, code, repeat, metaState, deviceId, scancode, flags, in KeyEvent() 1680 int deviceId, int scancode, int flags, int source) { in KeyEvent() argument 1681 this(downTime, eventTime, action, code, repeat, metaState, deviceId, scancode, flags, in KeyEvent() 1686 int deviceId, int scancode, int flags, int source, @Nullable String characters) { in KeyEvent() argument 1697 mScanCode = scancode; in KeyEvent() 1791 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain() argument 1802 ev.mScanCode = scancode; in obtain() [all …]
|
/frameworks/native/services/inputflinger/rust/ |
D | slow_keys_filter.rs | 36 scancode: i32, field 112 .position(|x| x.device_id == event.deviceId && x.scancode == event.scanCode) in notify_key() 192 scancode: event.scanCode, in notify_timeout_expired()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |