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
2373 mTopDockedOpaqueWindowState = null; in beginPostLayoutPolicyLw()
2458 if (mTopDockedOpaqueWindowState == null) { in applyPostLayoutPolicyLw()
2459 mTopDockedOpaqueWindowState = win; in applyPostLayoutPolicyLw()
2475 if (mTopDockedOpaqueWindowState == null && affectsSystemUi && appWindow && attached == null in applyPostLayoutPolicyLw()
2477 mTopDockedOpaqueWindowState = win; in applyPostLayoutPolicyLw()
3162 mTopDockedOpaqueWindowState, mTopDockedOpaqueOrDimmingWindowState); in updateSystemUiVisibilityLw()
3300 mTopDockedOpaqueWindowState, 0, 0); in updateSystemBarsLw()
3302 mTopDockedOpaqueWindowState, dockedVis, 0); in updateSystemBarsLw()
3307 drawsStatusBarBackground(dockedVis, mTopDockedOpaqueWindowState); in updateSystemBarsLw()
[all …]