Searched refs:FLAG_INTERACTIVE (Results 1 – 5 of 5) sorted by relevance
75 FLAG_INTERACTIVE,85 private static final int FLAG_INTERACTIVE = 1 << 5; field in BroadcastOptions1000 mFlags |= FLAG_INTERACTIVE; in setInteractive()1002 mFlags &= ~FLAG_INTERACTIVE; in setInteractive()1016 return (mFlags & FLAG_INTERACTIVE) != 0; in isInteractive()
43 int FLAG_INTERACTIVE = 0x20000000; field
23 import static android.view.WindowManagerPolicyConstants.FLAG_INTERACTIVE;302 return mPhoneWindowManager.interceptKeyBeforeQueueing(event, FLAG_INTERACTIVE); in interceptKeyBeforeQueueing()307 event, FLAG_INTERACTIVE); in interceptKeyBeforeDispatching()311 mPhoneWindowManager.dispatchUnhandledKey(null /*focusedToken*/, event, FLAG_INTERACTIVE); in dispatchUnhandledKey()
4147 final boolean interactive = (policyFlags & FLAG_INTERACTIVE) != 0;
65360 Landroid/view/WindowManagerPolicyConstants;->FLAG_INTERACTIVE:I