Home
last modified time | relevance | path

Searched defs:navigationBarColor (Results 1 – 6 of 6) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java252 int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local
/external/accompanist/systemuicontroller/src/sharedTest/kotlin/com/google/accompanist/systemuicontroller/
DActivitySystemUiControllerTest.kt82 fun navigationBarColor() { in navigationBarColor() method in com.google.accompanist.systemuicontroller.ActivitySystemUiControllerTest
DDialogSystemUiControllerTest.kt101 fun navigationBarColor() { in navigationBarColor() method in com.google.accompanist.systemuicontroller.DialogSystemUiControllerTest
DActivityRememberSystemUiControllerTest.kt87 fun navigationBarColor() { in navigationBarColor() method in com.google.accompanist.systemuicontroller.ActivityRememberSystemUiControllerTest
DDialogRememberSystemUiControllerTest.kt83 fun navigationBarColor() { in navigationBarColor() method in com.google.accompanist.systemuicontroller.DialogRememberSystemUiControllerTest
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java196 final int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local