blob: cbe021bbed3d080c098c7e2591575e36c4f1b0b0 [file] [log] [blame]
Siarhei Vishniakou96818962023-08-23 10:19:02 -07001package: "com.android.input.flags"
Oriol Prieto Gasco33fd22e2024-02-06 18:34:41 +00002container: "system"
Siarhei Vishniakou96818962023-08-23 10:19:02 -07003
4flag {
5 name: "enable_outbound_event_verification"
6 namespace: "input"
7 description: "Set to true to enable crashing whenever bad outbound events are detected inside InputTransport"
8 bug: "271455682"
9}
10
11flag {
12 name: "enable_inbound_event_verification"
13 namespace: "input"
14 description: "Set to true to enable crashing whenever bad inbound events are going into InputDispatcher"
15 bug: "271455682"
16}
Prabir Pradhan678405c2023-09-08 17:18:32 +000017
Prabir Pradhandae52792023-12-15 07:36:40 +000018 flag {
19 name: "enable_input_event_tracing"
20 namespace: "input"
21 description: "Set to true to enable input event tracing, including always-on tracing on non-user builds"
22 bug: "210460522"
Harry Cutts8c7cb592023-08-23 17:20:13 +000023}
Siarhei Vishniakoub1230622023-09-19 09:06:56 -070024
25flag {
26 name: "enable_multi_device_input"
27 namespace: "input"
28 description: "Set to true to enable multi-device input: touch and stylus can be active at the same time, but in different windows"
29 bug: "211379801"
30}
Ameer Armalycff4fa52023-10-04 23:45:11 +000031
32flag {
33 name: "a11y_crash_on_inconsistent_event_stream"
34 namespace: "accessibility"
35 description: "Brings back fatal logging for inconsistent event streams originating from accessibility."
36 bug: "299977100"
37}
Arpit Singh3d84add2023-10-10 19:08:29 +000038
39flag {
Arpit Singh17dd1d72023-10-10 19:02:06 +000040 name: "report_palms_to_gestures_library"
41 namespace: "input"
42 description: "Report touches marked as palm by firmware to gestures library"
43 bug: "302505955"
44}
45
46flag {
Arpit Singh3d84add2023-10-10 19:08:29 +000047 name: "enable_touchpad_typing_palm_rejection"
48 namespace: "input"
Arpit Singh33a10a62023-10-12 13:06:54 +000049 description: "Enabling additional touchpad palm rejection will disable the tap to click while the user is typing on a physical keyboard"
50 bug: "301055381"
51}
52
53flag {
54 name: "enable_v2_touchpad_typing_palm_rejection"
55 namespace: "input"
56 description: "In addition to touchpad palm rejection v1, v2 will also cancel ongoing move gestures while typing and add delay in re-enabling the tap to click."
Arpit Singh3d84add2023-10-10 19:08:29 +000057 bug: "301055381"
58}
Siarhei Vishniakou6520a582023-10-27 21:53:45 -070059
60flag {
Josep del Rio2ea54a52023-09-20 09:46:10 +000061 name: "disable_reject_touch_on_stylus_hover"
62 namespace: "input"
63 description: "Disable touch rejection when the stylus hovers the screen"
64 bug: "301216095"
65}
Vaibhav Devmurari5766aee2023-11-03 17:21:25 +000066
67flag {
68 name: "enable_input_filter_rust_impl"
69 namespace: "input"
70 description: "Enable input filter rust implementation"
71 bug: "294546335"
72}
Josh Yang58c984b2023-11-07 10:16:14 -080073
74flag {
75 name: "override_key_behavior_permission_apis"
Oriol Prieto Gasco51a1ef62024-03-01 16:52:42 +000076 is_exported: true
Josh Yang58c984b2023-11-07 10:16:14 -080077 namespace: "input"
78 description: "enable override key behavior permission APIs"
79 bug: "309018874"
80}
Prabir Pradhanad56c452023-12-07 17:15:26 +000081
82flag {
Harry Cuttse78184b2024-01-08 15:54:58 +000083 name: "enable_new_mouse_pointer_ballistics"
84 namespace: "input"
85 description: "Change the acceleration curves for mouse pointer movements to match the touchpad ones"
86 bug: "315313622"
87}
Yeabkal Wubshitb8aadfa2024-01-17 17:03:42 -080088
89flag {
90 name: "rate_limit_user_activity_poke_in_dispatcher"
91 namespace: "input"
92 description: "Move user-activity poke rate-limiting from PowerManagerService to InputDispatcher."
93 bug: "320499729"
94}
Yeabkal Wubshitb1b96db2024-01-24 12:47:00 -080095
96flag {
97 name: "input_device_view_behavior_api"
Oriol Prieto Gasco51a1ef62024-03-01 16:52:42 +000098 is_exported: true
Yeabkal Wubshitb1b96db2024-01-24 12:47:00 -080099 namespace: "input"
100 description: "Controls the API to provide InputDevice view behavior."
101 bug: "246946631"
102}
Harry Cutts39648ab2024-02-15 14:23:50 +0000103
104flag {
105 name: "enable_touchpad_fling_stop"
106 namespace: "input"
107 description: "Enable fling scrolling to be stopped by putting a finger on the touchpad again"
108 bug: "281106755"
109}
Derek Wuea36ee72024-03-25 13:17:51 -0700110
111flag {
112 name: "enable_prediction_pruning_via_jerk_thresholding"
113 namespace: "input"
114 description: "Enable prediction pruning based on jerk thresholds."
115 bug: "266747654"
116 is_fixed_read_only: true
Antonio Kantek0ac5e092024-04-22 17:10:27 +0000117}
Derek Wuea36ee72024-03-25 13:17:51 -0700118
Antonio Kantek0ac5e092024-04-22 17:10:27 +0000119flag {
120 name: "device_associations"
121 namespace: "input"
122 description: "Binds InputDevice name and InputDevice description against display unique id."
123 bug: "324075859"
Derek Wuea36ee72024-03-25 13:17:51 -0700124}
Siarhei Vishniakoued89cbb2023-10-13 10:42:44 -0700125
126flag {
127 name: "enable_multi_device_same_window_stream"
128 namespace: "input"
129 description: "Allow multiple input devices to be active in the same window simultaneously"
130 bug: "330752824"
131}
Arpit Singh98a24152024-04-10 15:44:02 +0000132
133flag {
134 name: "hide_pointer_indicators_for_secure_windows"
135 namespace: "input"
136 description: "Hide touch and pointer indicators if a secure window is present on display"
137 bug: "325252005"
138}
Vaibhav Devmurarie58ffb92024-05-22 17:38:25 +0000139
140flag {
141 name: "enable_keyboard_classifier"
142 namespace: "input"
143 description: "Keyboard classifier that classifies all keyboards into alphabetic or non-alphabetic"
144 bug: "263559234"
145}