Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java34 int FLAG_WAKE = 0x00000001; field
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3386 boolean isWakeKey = (policyFlags & WindowManagerPolicy.FLAG_WAKE) != 0 in interceptKeyBeforeQueueing()
3966 if ((policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()
3980 if (isTheaterModeEnabled() && (policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68687 Landroid/view/WindowManagerPolicyConstants;->FLAG_WAKE:I