Home | History | Annotate | Download | only in view

Lines Matching refs:policyFlags

771      * @param policyFlags The policy flags associated with the key.
775 public int interceptKeyBeforeQueueing(KeyEvent event, int policyFlags);
785 * @param policyFlags The policy flags associated with the motion.
789 public int interceptMotionBeforeQueueingNonInteractive(long whenNanos, int policyFlags);
801 * @param policyFlags The policy flags associated with the key.
807 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags);
819 * @param policyFlags The policy flags associated with the key.
823 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags);