Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java348 private WindowState mTopDockedOpaqueWindowState; field in DisplayPolicy
2381 mTopDockedOpaqueWindowState = null; in beginPostLayoutPolicyLw()
2466 if (mTopDockedOpaqueWindowState == null) { in applyPostLayoutPolicyLw()
2467 mTopDockedOpaqueWindowState = win; in applyPostLayoutPolicyLw()
2483 if (mTopDockedOpaqueWindowState == null && affectsSystemUi && appWindow && attached == null in applyPostLayoutPolicyLw()
2485 mTopDockedOpaqueWindowState = win; in applyPostLayoutPolicyLw()
3174 mTopDockedOpaqueWindowState, mTopDockedOpaqueOrDimmingWindowState); in updateSystemUiVisibilityLw()
3312 mTopDockedOpaqueWindowState, 0, 0); in updateSystemBarsLw()
3314 mTopDockedOpaqueWindowState, dockedVis, 0); in updateSystemBarsLw()
3319 drawsStatusBarBackground(dockedVis, mTopDockedOpaqueWindowState); in updateSystemBarsLw()
[all …]