Searched refs:mFocusedWindow (Results 1 – 2 of 2) sorted by relevance
188 private IWindow mFocusedWindow; field in InputManagerService1504 if (mFocusedWindow == null || mFocusedWindow.asBinder() != windowToken) { in requestPointerCapture()1520 mFocusedWindow.dispatchPointerCaptureChanged(enabled); in setPointerCapture()1791 if (mFocusedWindow != null) { in notifyFocusChanged()1792 if (mFocusedWindow.asBinder() == newToken) { in notifyFocusChanged()1794 + mFocusedWindow); in notifyFocusChanged()1800 mFocusedWindow = IWindow.Stub.asInterface(newToken); in notifyFocusChanged()
315 private WindowState mFocusedWindow; field in DisplayPolicy1902 if (mStatusBar != null && mFocusedWindow == mStatusBar && canReceiveInput(mStatusBar)) { in layoutWindowLw()3030 mFocusedWindow = newFocus; in focusChangedLw()3115 WindowState winCandidate = mFocusedWindow != null ? mFocusedWindow in updateSystemUiVisibilityLw()3545 if (w == null || w != mFocusedWindow) { in shouldRotateSeamlessly()3668 if (mFocusedWindow != null) { in dump()3669 pw.print(prefix); pw.print("mFocusedWindow="); pw.println(mFocusedWindow); in dump()