Searched refs:mFocusedWindow (Results 1 – 2 of 2) sorted by relevance
193 private IWindow mFocusedWindow; field in InputManagerService1524 if (mFocusedWindow == null || mFocusedWindow.asBinder() != windowToken) { in requestPointerCapture()1540 mFocusedWindow.dispatchPointerCaptureChanged(enabled); in setPointerCapture()1868 if (mFocusedWindow != null) { in notifyFocusChanged()1869 if (mFocusedWindow.asBinder() == newToken) { in notifyFocusChanged()1871 + mFocusedWindow); in notifyFocusChanged()1877 mFocusedWindow = IWindow.Stub.asInterface(newToken); in notifyFocusChanged()
315 private WindowState mFocusedWindow; field in DisplayPolicy1910 if (mStatusBar != null && mFocusedWindow == mStatusBar && canReceiveInput(mStatusBar)) { in layoutWindowLw()3042 mFocusedWindow = newFocus; in focusChangedLw()3127 WindowState winCandidate = mFocusedWindow != null ? mFocusedWindow in updateSystemUiVisibilityLw()3557 if (w == null || w != mFocusedWindow) { in shouldRotateSeamlessly()3681 if (mFocusedWindow != null) { in dump()3682 pw.print(prefix); pw.print("mFocusedWindow="); pw.println(mFocusedWindow); in dump()