Home
last modified time | relevance | path

Searched refs:fromWindow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl393 boolean moveFocusToAdjacentWindow(IWindow fromWindow, int direction); in moveFocusToAdjacentWindow() argument
DWindowlessWindowManager.java687 public boolean moveFocusToAdjacentWindow(IWindow fromWindow, @FocusDirection int direction) { in moveFocusToAdjacentWindow() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java988 public boolean moveFocusToAdjacentWindow(IWindow fromWindow, @FocusDirection int direction) { in moveFocusToAdjacentWindow() argument
993 mService.windowForClientLocked(this, fromWindow, false /* throwOnError */); in moveFocusToAdjacentWindow()