Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java145 mPendingInsetsController.setSystemBarsAppearance( in testAppearance()
148 verify(mReplayedController).setSystemBarsAppearance(eq(APPEARANCE_LIGHT_STATUS_BARS), in testAppearance()
155 mPendingInsetsController.setSystemBarsAppearance( in testAppearance_direct()
157 verify(mReplayedController).setSystemBarsAppearance(eq(APPEARANCE_LIGHT_STATUS_BARS), in testAppearance_direct()
204 mPendingInsetsController.setSystemBarsAppearance(APPEARANCE_LIGHT_STATUS_BARS, in testReplayTwice()
238 mPendingInsetsController.setSystemBarsAppearance(APPEARANCE_LIGHT_STATUS_BARS, in testDetachReattach()
DViewRootImplTest.java191 controller.setSystemBarsAppearance(appearance, 0xffffffff); in adjustLayoutParamsForCompatibility_noAdjustAppearance()
/frameworks/base/core/java/android/view/
DPendingInsetsController.java68 public void setSystemBarsAppearance(int appearance, int mask) { in setSystemBarsAppearance() method in PendingInsetsController
70 mReplayedInsetsController.setSystemBarsAppearance(appearance, mask); in setSystemBarsAppearance()
163 controller.setSystemBarsAppearance(mAppearance, mAppearanceMask); in replayAndAttach()
DWindowInsetsController.java234 void setSystemBarsAppearance(@Appearance int appearance, @Appearance int mask); in setSystemBarsAppearance() method
DViewRootInsetsControllerHost.java172 public void setSystemBarsAppearance(int appearance, int mask) { in setSystemBarsAppearance() method in ViewRootInsetsControllerHost
DInsetsController.java128 void setSystemBarsAppearance(@Appearance int appearance, @Appearance int mask); in setSystemBarsAppearance() method
1605 public void setSystemBarsAppearance(@Appearance int appearance, @Appearance int mask) { in setSystemBarsAppearance() method in InsetsController
1606 mHost.setSystemBarsAppearance(appearance, mask); in setSystemBarsAppearance()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java381 contentView.getWindowInsetsController().setSystemBarsAppearance( in addSplashScreenStartingWindow()
749 mDecorView.getWindowInsetsController().setSystemBarsAppearance( in clearSystemBarColor()
/frameworks/base/core/api/
Dcurrent.txt51390 method public void setSystemBarsAppearance(int, int);