Home | History | Annotate | Download | only in wm

Lines Matching refs:focus

40     // Current window with input focus for keys and other non-touch events.  May be null.
226 // currently has touch focus.
350 InputWindowHandle focus, KeyEvent event, int policyFlags) {
351 WindowState windowState = focus != null ? (WindowState) focus.windowState : null;
358 InputWindowHandle focus, KeyEvent event, int policyFlags) {
359 WindowState windowState = focus != null ? (WindowState) focus.windowState : null;
370 /* Called when the current input focus changes.
375 Slog.d(WindowManagerService.TAG, "Input focus has changed to " + newWindow);