Home
last modified time | relevance | path

Searched defs:statusBarColor (Results 1 – 7 of 7) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java251 int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
/external/accompanist/systemuicontroller/src/sharedTest/kotlin/com/google/accompanist/systemuicontroller/
DActivitySystemUiControllerTest.kt70 fun statusBarColor() { in statusBarColor() method in com.google.accompanist.systemuicontroller.ActivitySystemUiControllerTest
DDialogSystemUiControllerTest.kt89 fun statusBarColor() { in statusBarColor() method in com.google.accompanist.systemuicontroller.DialogSystemUiControllerTest
DActivityRememberSystemUiControllerTest.kt73 fun statusBarColor() { in statusBarColor() method
DDialogRememberSystemUiControllerTest.kt65 fun statusBarColor() { in statusBarColor() method
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java195 final int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java417 public static void setStatusBarColor(Window window, int statusBarColor) { in setStatusBarColor()