blob: 6302ff5ff325ea558ffbb97eae6b1974983a4fbe [file] [log] [blame]
package: "com.android.input.flags"
flag {
name: "enable_outbound_event_verification"
namespace: "input"
description: "Set to true to enable crashing whenever bad outbound events are detected inside InputTransport"
bug: "271455682"
}
flag {
name: "enable_inbound_event_verification"
namespace: "input"
description: "Set to true to enable crashing whenever bad inbound events are going into InputDispatcher"
bug: "271455682"
}
flag {
name: "enable_pointer_choreographer"
namespace: "input"
description: "Set to true to enable PointerChoreographer: the new pipeline for showing pointer icons"
bug: "293587049"
}
flag {
name: "enable_gestures_library_timer_provider"
namespace: "input"
description: "Set to true to enable timer support for the touchpad Gestures library"
bug: "297192727"
}
flag {
name: "enable_multi_device_input"
namespace: "input"
description: "Set to true to enable multi-device input: touch and stylus can be active at the same time, but in different windows"
bug: "211379801"
}
flag {
name: "a11y_crash_on_inconsistent_event_stream"
namespace: "accessibility"
description: "Brings back fatal logging for inconsistent event streams originating from accessibility."
bug: "299977100"
}