Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBarController.java142 int applyTranslucentFlagLw(WindowState win, int vis, int oldVis) { in applyTranslucentFlagLw() method in BarController
DDisplayPolicy.java3297 vis = mStatusBarController.applyTranslucentFlagLw(fullscreenTransWin, vis, oldVis); in updateSystemBarsLw()
3298 vis = mNavigationBarController.applyTranslucentFlagLw(fullscreenTransWin, vis, oldVis); in updateSystemBarsLw()
3299 int dockedVis = mStatusBarController.applyTranslucentFlagLw( in updateSystemBarsLw()
3301 dockedVis = mNavigationBarController.applyTranslucentFlagLw( in updateSystemBarsLw()
/frameworks/base/services/
Dart-profile15686 HSPLcom/android/server/wm/BarController;->applyTranslucentFlagLw(Lcom/android/server/wm/WindowState…