Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java3294 WindowState fullscreenTransWin = isStatusBarKeyguard() && !isKeyguardOccluded() in updateSystemBarsLw() local
3297 vis = mStatusBarController.applyTranslucentFlagLw(fullscreenTransWin, vis, oldVis); in updateSystemBarsLw()
3298 vis = mNavigationBarController.applyTranslucentFlagLw(fullscreenTransWin, vis, oldVis); in updateSystemBarsLw()