Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java166 DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
171 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
173 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
177 DisplayPolicy.updateLightNavigationBarLw(0, opaqueLightNavBar, in testUpdateLightNavigationBarLw()
180 DisplayPolicy.updateLightNavigationBarLw(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, in testUpdateLightNavigationBarLw()
184 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
186 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
188 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
190 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
192 assertEquals(0, DisplayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java3274 static int updateLightNavigationBarLw(int vis, WindowState opaque, WindowState opaqueOrDimming, in updateLightNavigationBarLw() method
3425 vis = updateLightNavigationBarLw(vis, mTopFullscreenOpaqueWindowState, in updateSystemBarsLw()
/frameworks/base/services/
Dart-profile16091 HSPLcom/android/server/wm/DisplayPolicy;->updateLightNavigationBarLw(ILcom/android/server/wm/Window…