Home
last modified time | relevance | path

Searched refs:statusBarColor (Results 1 – 2 of 2) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java205 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()
206 int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
210 statusBarColor = Color.TRANSPARENT; in showSystemBars()
216 window.setStatusBarColor(statusBarColor); in showSystemBars()
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java195 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()
196 final int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local
198 window.setStatusBarColor(statusBarColor); in showSystemBars()