Siarhei Vishniakou | 9681896 | 2023-08-23 10:19:02 -0700 | [diff] [blame] | 1 | package: "com.android.input.flags" |
Oriol Prieto Gasco | 33fd22e | 2024-02-06 18:34:41 +0000 | [diff] [blame] | 2 | container: "system" |
Siarhei Vishniakou | 9681896 | 2023-08-23 10:19:02 -0700 | [diff] [blame] | 3 | |
| 4 | flag { |
| 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 | |
| 11 | flag { |
| 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 Pradhan | 678405c | 2023-09-08 17:18:32 +0000 | [diff] [blame] | 17 | |
| 18 | flag { |
Harry Cutts | 8c7cb59 | 2023-08-23 17:20:13 +0000 | [diff] [blame] | 19 | name: "enable_gestures_library_timer_provider" |
| 20 | namespace: "input" |
| 21 | description: "Set to true to enable timer support for the touchpad Gestures library" |
| 22 | bug: "297192727" |
Prabir Pradhan | dae5279 | 2023-12-15 07:36:40 +0000 | [diff] [blame] | 23 | } |
| 24 | |
| 25 | flag { |
| 26 | name: "enable_input_event_tracing" |
| 27 | namespace: "input" |
| 28 | description: "Set to true to enable input event tracing, including always-on tracing on non-user builds" |
| 29 | bug: "210460522" |
Harry Cutts | 8c7cb59 | 2023-08-23 17:20:13 +0000 | [diff] [blame] | 30 | } |
Siarhei Vishniakou | b123062 | 2023-09-19 09:06:56 -0700 | [diff] [blame] | 31 | |
| 32 | flag { |
| 33 | name: "enable_multi_device_input" |
| 34 | namespace: "input" |
| 35 | description: "Set to true to enable multi-device input: touch and stylus can be active at the same time, but in different windows" |
| 36 | bug: "211379801" |
| 37 | } |
Ameer Armaly | cff4fa5 | 2023-10-04 23:45:11 +0000 | [diff] [blame] | 38 | |
| 39 | flag { |
| 40 | name: "a11y_crash_on_inconsistent_event_stream" |
| 41 | namespace: "accessibility" |
| 42 | description: "Brings back fatal logging for inconsistent event streams originating from accessibility." |
| 43 | bug: "299977100" |
| 44 | } |
Arpit Singh | 3d84add | 2023-10-10 19:08:29 +0000 | [diff] [blame] | 45 | |
| 46 | flag { |
Arpit Singh | 17dd1d7 | 2023-10-10 19:02:06 +0000 | [diff] [blame] | 47 | name: "report_palms_to_gestures_library" |
| 48 | namespace: "input" |
| 49 | description: "Report touches marked as palm by firmware to gestures library" |
| 50 | bug: "302505955" |
| 51 | } |
| 52 | |
| 53 | flag { |
Arpit Singh | 3d84add | 2023-10-10 19:08:29 +0000 | [diff] [blame] | 54 | name: "enable_touchpad_typing_palm_rejection" |
| 55 | namespace: "input" |
Arpit Singh | 33a10a6 | 2023-10-12 13:06:54 +0000 | [diff] [blame] | 56 | description: "Enabling additional touchpad palm rejection will disable the tap to click while the user is typing on a physical keyboard" |
| 57 | bug: "301055381" |
| 58 | } |
| 59 | |
| 60 | flag { |
| 61 | name: "enable_v2_touchpad_typing_palm_rejection" |
| 62 | namespace: "input" |
| 63 | 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 Singh | 3d84add | 2023-10-10 19:08:29 +0000 | [diff] [blame] | 64 | bug: "301055381" |
| 65 | } |
Siarhei Vishniakou | 6520a58 | 2023-10-27 21:53:45 -0700 | [diff] [blame] | 66 | |
| 67 | flag { |
Josep del Rio | 2ea54a5 | 2023-09-20 09:46:10 +0000 | [diff] [blame] | 68 | name: "disable_reject_touch_on_stylus_hover" |
| 69 | namespace: "input" |
| 70 | description: "Disable touch rejection when the stylus hovers the screen" |
| 71 | bug: "301216095" |
| 72 | } |
Vaibhav Devmurari | 5766aee | 2023-11-03 17:21:25 +0000 | [diff] [blame] | 73 | |
| 74 | flag { |
| 75 | name: "enable_input_filter_rust_impl" |
| 76 | namespace: "input" |
| 77 | description: "Enable input filter rust implementation" |
| 78 | bug: "294546335" |
| 79 | } |
Josh Yang | 58c984b | 2023-11-07 10:16:14 -0800 | [diff] [blame] | 80 | |
| 81 | flag { |
| 82 | name: "override_key_behavior_permission_apis" |
Oriol Prieto Gasco | 51a1ef6 | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 83 | is_exported: true |
Josh Yang | 58c984b | 2023-11-07 10:16:14 -0800 | [diff] [blame] | 84 | namespace: "input" |
| 85 | description: "enable override key behavior permission APIs" |
| 86 | bug: "309018874" |
| 87 | } |
Prabir Pradhan | ad56c45 | 2023-12-07 17:15:26 +0000 | [diff] [blame] | 88 | |
| 89 | flag { |
| 90 | name: "remove_pointer_event_tracking_in_wm" |
| 91 | namespace: "input" |
| 92 | description: "Remove pointer event tracking in WM after the Pointer Icon Refactor" |
| 93 | bug: "315321016" |
| 94 | } |
Harry Cutts | e78184b | 2024-01-08 15:54:58 +0000 | [diff] [blame] | 95 | |
| 96 | flag { |
| 97 | name: "enable_new_mouse_pointer_ballistics" |
| 98 | namespace: "input" |
| 99 | description: "Change the acceleration curves for mouse pointer movements to match the touchpad ones" |
| 100 | bug: "315313622" |
| 101 | } |
Yeabkal Wubshit | b8aadfa | 2024-01-17 17:03:42 -0800 | [diff] [blame] | 102 | |
| 103 | flag { |
| 104 | name: "rate_limit_user_activity_poke_in_dispatcher" |
| 105 | namespace: "input" |
| 106 | description: "Move user-activity poke rate-limiting from PowerManagerService to InputDispatcher." |
| 107 | bug: "320499729" |
| 108 | } |
Yeabkal Wubshit | b1b96db | 2024-01-24 12:47:00 -0800 | [diff] [blame] | 109 | |
| 110 | flag { |
| 111 | name: "input_device_view_behavior_api" |
Oriol Prieto Gasco | 51a1ef6 | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 112 | is_exported: true |
Yeabkal Wubshit | b1b96db | 2024-01-24 12:47:00 -0800 | [diff] [blame] | 113 | namespace: "input" |
| 114 | description: "Controls the API to provide InputDevice view behavior." |
| 115 | bug: "246946631" |
| 116 | } |
Harry Cutts | 39648ab | 2024-02-15 14:23:50 +0000 | [diff] [blame] | 117 | |
| 118 | flag { |
| 119 | name: "enable_touchpad_fling_stop" |
| 120 | namespace: "input" |
| 121 | description: "Enable fling scrolling to be stopped by putting a finger on the touchpad again" |
| 122 | bug: "281106755" |
| 123 | } |
Derek Wu | ea36ee7 | 2024-03-25 13:17:51 -0700 | [diff] [blame] | 124 | |
| 125 | flag { |
| 126 | name: "enable_prediction_pruning_via_jerk_thresholding" |
| 127 | namespace: "input" |
| 128 | description: "Enable prediction pruning based on jerk thresholds." |
| 129 | bug: "266747654" |
| 130 | is_fixed_read_only: true |
Antonio Kantek | 0ac5e09 | 2024-04-22 17:10:27 +0000 | [diff] [blame] | 131 | } |
Derek Wu | ea36ee7 | 2024-03-25 13:17:51 -0700 | [diff] [blame] | 132 | |
Antonio Kantek | 0ac5e09 | 2024-04-22 17:10:27 +0000 | [diff] [blame] | 133 | flag { |
| 134 | name: "device_associations" |
| 135 | namespace: "input" |
| 136 | description: "Binds InputDevice name and InputDevice description against display unique id." |
| 137 | bug: "324075859" |
Derek Wu | ea36ee7 | 2024-03-25 13:17:51 -0700 | [diff] [blame] | 138 | } |
Siarhei Vishniakou | ed89cbb | 2023-10-13 10:42:44 -0700 | [diff] [blame] | 139 | |
| 140 | flag { |
| 141 | name: "enable_multi_device_same_window_stream" |
| 142 | namespace: "input" |
| 143 | description: "Allow multiple input devices to be active in the same window simultaneously" |
| 144 | bug: "330752824" |
| 145 | } |
Arpit Singh | 98a2415 | 2024-04-10 15:44:02 +0000 | [diff] [blame] | 146 | |
| 147 | flag { |
| 148 | name: "hide_pointer_indicators_for_secure_windows" |
| 149 | namespace: "input" |
| 150 | description: "Hide touch and pointer indicators if a secure window is present on display" |
| 151 | bug: "325252005" |
| 152 | } |
Vaibhav Devmurari | e58ffb9 | 2024-05-22 17:38:25 +0000 | [diff] [blame] | 153 | |
| 154 | flag { |
| 155 | name: "enable_keyboard_classifier" |
| 156 | namespace: "input" |
| 157 | description: "Keyboard classifier that classifies all keyboards into alphabetic or non-alphabetic" |
| 158 | bug: "263559234" |
| 159 | } |