Searched refs:FLAG_WAKE (Results 1 – 2 of 2) sorted by relevance
79 public final static int FLAG_WAKE = 0x00000001; field
4892 boolean isWakeKey = (policyFlags & WindowManagerPolicy.FLAG_WAKE) != 0 in interceptKeyBeforeQueueing()5210 if ((policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()5224 if (isTheaterModeEnabled() && (policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()