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()
1003 policyFlags |= WindowManagerPolicy.FLAG_PASS_TO_USER; in sendMotionEvent()
3075 policyFlags |= WindowManagerPolicy.FLAG_PASS_TO_USER; in sendKeyEventToInputFilter()
88 public final static int FLAG_PASS_TO_USER = 0x40000000; field