Searched defs:opaque (Results 26 - 26 of 26) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java323 // Nav bar is always opaque when either the freeform stack or docked stack is visible.
325 // Nav bar is always translucent when the freeform stack is visible, otherwise always opaque.
4552 // If the opaque status bar is currently requested to be visible,
4597 // If the opaque nav bar is currently requested to be visible,
5451 // We need to keep track of the top "fullscreen" opaque window for the docked stack
5452 // separately, because both the "real fullscreen" opaque window and the one for the docked
7835 private int updateLightStatusBarLw(int vis, WindowState opaque, WindowState opaqueOrDimming) { argument
7841 if (statusColorWin == opaque) {
7855 private int updateLightNavigationBarLw(int vis, WindowState opaque, argument
7867 if (navColorWin == opaque) {
[all...]

Completed in 41 milliseconds

12