Searched defs:statusBarColor (Results 1 – 7 of 7) sorted by relevance
251 int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
70 fun statusBarColor() { in statusBarColor() method in com.google.accompanist.systemuicontroller.ActivitySystemUiControllerTest
89 fun statusBarColor() { in statusBarColor() method in com.google.accompanist.systemuicontroller.DialogSystemUiControllerTest
73 fun statusBarColor() { in statusBarColor() method
65 fun statusBarColor() { in statusBarColor() method
195 final int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
417 public static void setStatusBarColor(Window window, int statusBarColor) { in setStatusBarColor()