Searched refs:winCandidate (Results 1 – 1 of 1) sorted by relevance
3127 WindowState winCandidate = mFocusedWindow != null ? mFocusedWindow in updateSystemUiVisibilityLw() local3129 if (winCandidate == null) { in updateSystemUiVisibilityLw()3135 if (winCandidate.getAttrs().token == mImmersiveModeConfirmation.getWindowToken()) { in updateSystemUiVisibilityLw()3142 winCandidate = isStatusBarKeyguard() ? mStatusBar in updateSystemUiVisibilityLw()3145 if (winCandidate == null) { in updateSystemUiVisibilityLw()3149 final WindowState win = winCandidate; in updateSystemUiVisibilityLw()