am db19e463
: Remove unnecessary policy flags.
* commit 'db19e463fe5a4e00a0214c564527ba67f31e1afb': Remove unnecessary policy flags.
This commit is contained in:
commit
974279d989
@ -178,13 +178,9 @@ enum {
|
|||||||
|
|
||||||
/* These flags are set by the input reader policy as it intercepts each event. */
|
/* These flags are set by the input reader policy as it intercepts each event. */
|
||||||
|
|
||||||
// Indicates that the screen was off when the event was received and the event
|
// Indicates that the device was in an interactive state when the
|
||||||
// should wake the device.
|
// event was intercepted.
|
||||||
POLICY_FLAG_WOKE_HERE = 0x10000000,
|
POLICY_FLAG_INTERACTIVE = 0x20000000,
|
||||||
|
|
||||||
// Indicates that the screen was dim when the event was received and the event
|
|
||||||
// should brighten the device.
|
|
||||||
POLICY_FLAG_BRIGHT_HERE = 0x20000000,
|
|
||||||
|
|
||||||
// Indicates that the event should be dispatched to applications.
|
// Indicates that the event should be dispatched to applications.
|
||||||
// The input event should still be sent to the InputDispatcher so that it can see all
|
// The input event should still be sent to the InputDispatcher so that it can see all
|
||||||
|
Loading…
Reference in New Issue
Block a user