Home
last modified time | relevance | path

Searched refs:FLAG_WAKE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java133 public final static int FLAG_WAKE = 0x00000001; field
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5960 boolean isWakeKey = (policyFlags & WindowManagerPolicy.FLAG_WAKE) != 0 in interceptKeyBeforeQueueing()
6392 if ((policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()
6406 if (isTheaterModeEnabled() && (policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()