diff options
author | 2024-05-22 17:38:25 +0000 | |
---|---|---|
committer | 2024-06-07 17:42:29 +0000 | |
commit | e58ffb9d38a73c5c0520a73aa2a985596d73bd9e (patch) | |
tree | 42f3ccfb28ce91d686f493349e4ff47a11ddb8d6 /include/android/input.h | |
parent | e274131941190091df17d19355999752662c32e6 (diff) |
Implement KeyboardClassifier interface in rust
DD: go/project-imposter-android
This CL includes:
- Rust interface setup
Next CL to include:
- Basic categorization into alphabetic and non-alphabetic
- Updating categorization based on key presses
Test: atest --host libinput_rust_test
Test: atest inputflinger_tests
Bug: 263559234
Flag: com.android.input.flags.enable_keyboard_classifier_rust_impl
Change-Id: I52773be992ddd8efaa9546e0af8b0a78515d931c
Diffstat (limited to 'include/android/input.h')
-rw-r--r-- | include/android/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/android/input.h b/include/android/input.h index fec56f02f9..ee98d7aee9 100644 --- a/include/android/input.h +++ b/include/android/input.h @@ -1002,7 +1002,6 @@ enum { * Keyboard types. * * Refer to the documentation on android.view.InputDevice for more details. - * Note: When adding a new keyboard type here InputDeviceInfo::setKeyboardType needs to be updated. */ enum { /** none */ |