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.java3306 WindowState fullscreenTransWin = isStatusBarKeyguard() && !isKeyguardOccluded() in updateSystemBarsLw() local
3309 vis = mStatusBarController.applyTranslucentFlagLw(fullscreenTransWin, vis, oldVis); in updateSystemBarsLw()
3310 vis = mNavigationBarController.applyTranslucentFlagLw(fullscreenTransWin, vis, oldVis); in updateSystemBarsLw()