Searched refs:FLAG_PASS_TO_USER (Results 1 – 4 of 4) sorted by relevance
166 if ((policyFlags & WindowManagerPolicy.FLAG_PASS_TO_USER) == 0) { in onMotionEvent()214 if ((policyFlags & WindowManagerPolicy.FLAG_PASS_TO_USER) == 0) { in onKeyEvent()
991 policyFlags |= WindowManagerPolicy.FLAG_PASS_TO_USER; in sendMotionEvent()
2646 policyFlags |= WindowManagerPolicy.FLAG_PASS_TO_USER; in sendKeyEventToInputFilter()
91 public final static int FLAG_PASS_TO_USER = 0x40000000; field