Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DStatusBarModePerDisplayRepository.kt270 val lightsOutOpaque = APPEARANCE_LOW_PROFILE_BARS or APPEARANCE_OPAQUE_STATUS_BARS in toBarMode() constant
272 this and lightsOutOpaque == lightsOutOpaque -> StatusBarMode.LIGHTS_OUT in toBarMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java562 final int lightsOutOpaque = APPEARANCE_LOW_PROFILE_BARS | APPEARANCE_OPAQUE_NAVIGATION_BARS; in transitionMode() local
565 } else if ((appearance & lightsOutOpaque) == lightsOutOpaque) { in transitionMode()