Siarhei Vishniakou | 9681896 | 2023-08-23 10:19:02 -0700 | [diff] [blame] | 1 | package: "com.android.input.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "enable_outbound_event_verification" |
| 5 | namespace: "input" |
| 6 | description: "Set to true to enable crashing whenever bad outbound events are detected inside InputTransport" |
| 7 | bug: "271455682" |
| 8 | } |
| 9 | |
| 10 | flag { |
| 11 | name: "enable_inbound_event_verification" |
| 12 | namespace: "input" |
| 13 | description: "Set to true to enable crashing whenever bad inbound events are going into InputDispatcher" |
| 14 | bug: "271455682" |
| 15 | } |
Prabir Pradhan | 678405c | 2023-09-08 17:18:32 +0000 | [diff] [blame] | 16 | |
| 17 | flag { |
| 18 | name: "enable_pointer_choreographer" |
| 19 | namespace: "input" |
| 20 | description: "Set to true to enable PointerChoreographer: the new pipeline for showing pointer icons" |
| 21 | bug: "293587049" |
| 22 | } |
Harry Cutts | 8c7cb59 | 2023-08-23 17:20:13 +0000 | [diff] [blame] | 23 | |
| 24 | flag { |
| 25 | name: "enable_gestures_library_timer_provider" |
| 26 | namespace: "input" |
| 27 | description: "Set to true to enable timer support for the touchpad Gestures library" |
| 28 | bug: "297192727" |
| 29 | } |
Siarhei Vishniakou | b123062 | 2023-09-19 09:06:56 -0700 | [diff] [blame] | 30 | |
| 31 | flag { |
| 32 | name: "enable_multi_device_input" |
| 33 | namespace: "input" |
| 34 | description: "Set to true to enable multi-device input: touch and stylus can be active at the same time, but in different windows" |
| 35 | bug: "211379801" |
| 36 | } |
Ameer Armaly | cff4fa5 | 2023-10-04 23:45:11 +0000 | [diff] [blame] | 37 | |
| 38 | flag { |
| 39 | name: "a11y_crash_on_inconsistent_event_stream" |
| 40 | namespace: "accessibility" |
| 41 | description: "Brings back fatal logging for inconsistent event streams originating from accessibility." |
| 42 | bug: "299977100" |
| 43 | } |
Arpit Singh | 3d84add | 2023-10-10 19:08:29 +0000 | [diff] [blame] | 44 | |
| 45 | flag { |
| 46 | name: "enable_touchpad_typing_palm_rejection" |
| 47 | namespace: "input" |
| 48 | description: "Enable additional palm rejection on touchpad while typing" |
| 49 | bug: "301055381" |
| 50 | } |
Siarhei Vishniakou | 6520a58 | 2023-10-27 21:53:45 -0700 | [diff] [blame] | 51 | |
| 52 | flag { |
| 53 | name: "remove_app_switch_drops" |
| 54 | namespace: "input" |
| 55 | description: "Remove the logic of dropping events due to pending app switch" |
| 56 | bug: "284808102" |
| 57 | } |
Josep del Rio | 2ea54a5 | 2023-09-20 09:46:10 +0000 | [diff] [blame] | 58 | |
| 59 | flag { |
| 60 | name: "disable_reject_touch_on_stylus_hover" |
| 61 | namespace: "input" |
| 62 | description: "Disable touch rejection when the stylus hovers the screen" |
| 63 | bug: "301216095" |
| 64 | } |
Vaibhav Devmurari | 5766aee | 2023-11-03 17:21:25 +0000 | [diff] [blame] | 65 | |
| 66 | flag { |
| 67 | name: "enable_input_filter_rust_impl" |
| 68 | namespace: "input" |
| 69 | description: "Enable input filter rust implementation" |
| 70 | bug: "294546335" |
| 71 | } |
Josh Yang | 58c984b | 2023-11-07 10:16:14 -0800 | [diff] [blame^] | 72 | |
| 73 | flag { |
| 74 | name: "override_key_behavior_permission_apis" |
| 75 | namespace: "input" |
| 76 | description: "enable override key behavior permission APIs" |
| 77 | bug: "309018874" |
| 78 | } |