Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java302 boolean windowsAreFocusable() { in windowsAreFocusable() method in AppWindowToken
DWindowState.java1835 && (mAppToken == null || mAppToken.windowsAreFocusable()) in canReceiveKeys()
DWindowManagerService.java9691 if (mFocusedApp == token && token.windowsAreFocusable()) { in findFocusedWindowLocked()