Home
last modified time | relevance | path

Searched defs:moveFocusToAdjacentWindow (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl393 boolean moveFocusToAdjacentWindow(IWindow fromWindow, int direction); in moveFocusToAdjacentWindow() method
DWindowlessWindowManager.java687 public boolean moveFocusToAdjacentWindow(IWindow fromWindow, @FocusDirection int direction) { in moveFocusToAdjacentWindow() method in WindowlessWindowManager
DViewRootImpl.java7813 private boolean moveFocusToAdjacentWindow(@FocusDirection int direction) { in moveFocusToAdjacentWindow() method in ViewRootImpl.ViewPostImeInputStage
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java988 public boolean moveFocusToAdjacentWindow(IWindow fromWindow, @FocusDirection int direction) { in moveFocusToAdjacentWindow() method in Session
DWindowManagerService.java9381 boolean moveFocusToAdjacentWindow(@NonNull WindowState fromWin, @FocusDirection int direction) { in moveFocusToAdjacentWindow() method in WindowManagerService