Home
last modified time | relevance | path

Searched refs:mFocusedWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java185 private IWindow mFocusedWindow; field in InputManagerService
1473 if (mFocusedWindow != newFocusedWindow) { in setInputWindows()
1474 mFocusedWindow = newFocusedWindow; in setInputWindows()
1488 if (mFocusedWindow == null || mFocusedWindow.asBinder() != windowToken) { in requestPointerCapture()
1499 mFocusedWindow.dispatchPointerCaptureChanged(enabled); in requestPointerCapture()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java631 WindowState mFocusedWindow; field in PhoneWindowManager
5135 if (mStatusBar != null && mFocusedWindow == mStatusBar && canReceiveInput(mStatusBar)) { in layoutWindowLw()
5909 mFocusedWindow = newFocus;
8131 WindowState winCandidate = mFocusedWindow != null ? mFocusedWindow in updateSystemUiVisibilityLw()
8567 if (w != mFocusedWindow) { in shouldRotateSeamlessly()
8596 if (mFocusedWindow != null) { in writeToProto()
8597 mFocusedWindow.writeIdentifierToProto(proto, FOCUSED_WINDOW); in writeToProto()
8750 if (mFocusedWindow != null) { in dump()
8752 pw.println(mFocusedWindow); in dump()