Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java316 private WindowState mLastFocusedWindow; field in DisplayPolicy
1002 if (mLastFocusedWindow == win) { in removeWindowLw()
1003 mLastFocusedWindow = null; in removeWindowLw()
3031 mLastFocusedWindow = lastFocus; in focusChangedLw()
3129 (mLastFocusedWindow != null && mLastFocusedWindow.canReceiveKeys()); in updateSystemUiVisibilityLw()
3131 : lastFocusCanReceiveKeys ? mLastFocusedWindow in updateSystemUiVisibilityLw()