Home
last modified time | relevance | path

Searched refs:scancode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DKeyEvent.java1631 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/
Dslow_keys_filter.rs36 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...