Home | History | Annotate | Download | only in input

Lines Matching refs:focus

1058      * Atomically transfers touch focus from one window to another as identified by
1060 * touch focus if they support split touch dispatch
1062 * method only transfers touch focus of the specified window without affecting
1063 * other windows that may also have touch focus at the same time.
1064 * @param fromChannel The channel of a window that currently has touch focus.
1065 * @param toChannel The channel of the window that should receive touch focus in
1068 * specified channel did not actually have touch focus at the time of the request.
1327 private long interceptKeyBeforeDispatching(InputWindowHandle focus,
1329 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags);
1333 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus,
1335 return mWindowManagerCallbacks.dispatchUnhandledKey(focus, event, policyFlags);
1486 public long interceptKeyBeforeDispatching(InputWindowHandle focus,
1489 public KeyEvent dispatchUnhandledKey(InputWindowHandle focus,