Home | History | Annotate | Download | only in impl

Lines Matching refs:policyFlags

2397     public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) {
2769 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) {
2778 + ", policyFlags=" + policyFlags);
2811 if (!interceptFallback(win, fallbackEvent, policyFlags)) {
2835 private boolean interceptFallback(WindowState win, KeyEvent fallbackEvent, int policyFlags) {
2836 int actions = interceptKeyBeforeQueueing(fallbackEvent, policyFlags);
2839 win, fallbackEvent, policyFlags);
4490 public int interceptKeyBeforeQueueing(KeyEvent event, int policyFlags) {
4496 final boolean interactive = (policyFlags & FLAG_INTERACTIVE) != 0;
4501 final boolean isInjected = (policyFlags & WindowManagerPolicy.FLAG_INJECTED) != 0;
4515 + " policyFlags=" + Integer.toHexString(policyFlags));
4520 boolean isWakeKey = (policyFlags & WindowManagerPolicy.FLAG_WAKE) != 0
4553 && (policyFlags & WindowManagerPolicy.FLAG_VIRTUAL) != 0
4826 public int interceptMotionBeforeQueueingNonInteractive(long whenNanos, int policyFlags) {
4827 if ((policyFlags & FLAG_WAKE) != 0) {
4840 if (isTheaterModeEnabled() && (policyFlags & FLAG_WAKE) != 0) {