am 974279d9: am db19e463: Remove unnecessary policy flags.

* commit '974279d98917c589181b70ea1c377842e7717643':
  Remove unnecessary policy flags.
This commit is contained in:
Jeff Brown 2014-04-11 08:46:03 +00:00 committed by Android Git Automerger
commit 88a34b2f43
1 changed files with 3 additions and 7 deletions

View File

@ -178,13 +178,9 @@ enum {
/* 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
// should wake the device.
POLICY_FLAG_WOKE_HERE = 0x10000000,
// 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 device was in an interactive state when the
// event was intercepted.
POLICY_FLAG_INTERACTIVE = 0x20000000,
// 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