Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java297 private WindowState mNavBarBackgroundWindowCandidate; field in DisplayPolicy
1436 mNavBarBackgroundWindowCandidate = null;
1590 if (mNavBarBackgroundWindowCandidate == null) {
1591 mNavBarBackgroundWindowCandidate = win;
1623 && (mNavBarColorWindowCandidate == null || mNavBarBackgroundWindowCandidate == null)
1630 if (mNavBarBackgroundWindowCandidate == null) {
1631 mNavBarBackgroundWindowCandidate = win;
2667 mNavBarBackgroundWindowCandidate,
2673 || mNavBarBackgroundWindowCandidate == null;
2920 if (mNavBarBackgroundWindowCandidate != null) {
[all …]