Searched refs:FLAG_WAKE (Results 1 – 3 of 3) sorted by relevance
30 int FLAG_WAKE = 0x00000001; field
3698 boolean isWakeKey = (policyFlags & WindowManagerPolicy.FLAG_WAKE) != 0 in interceptKeyBeforeQueueing()4195 if ((policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()4209 if (isTheaterModeEnabled() && (policyFlags & FLAG_WAKE) != 0) { in interceptMotionBeforeQueueingNonInteractive()
79793 Landroid/view/WindowManagerPolicyConstants;->FLAG_WAKE:I