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 | } |