From e58ffb9d38a73c5c0520a73aa2a985596d73bd9e Mon Sep 17 00:00:00 2001 From: Vaibhav Devmurari Date: Wed, 22 May 2024 17:38:25 +0000 Subject: 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 --- include/android/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/android/input.h') 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 */ -- cgit v1.2.3-59-g8ed1b