Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java289 private WindowState mNavBarBackgroundWindowCandidate; field in DisplayPolicy
1396 mNavBarBackgroundWindowCandidate = null;
1528 if (mNavBarBackgroundWindowCandidate == null) {
1529 mNavBarBackgroundWindowCandidate = win;
1561 && (mNavBarColorWindowCandidate == null || mNavBarBackgroundWindowCandidate == null)
1568 if (mNavBarBackgroundWindowCandidate == null) {
1569 mNavBarBackgroundWindowCandidate = win;
2549 mNavBarBackgroundWindowCandidate,
2555 || mNavBarBackgroundWindowCandidate == null;
2802 if (mNavBarBackgroundWindowCandidate != null) {
[all …]