Searched refs:statusBarColor (Results 1 – 2 of 2) sorted by relevance
205 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()206 int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local210 statusBarColor = Color.TRANSPARENT; in showSystemBars()216 window.setStatusBarColor(statusBarColor); in showSystemBars()
195 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()196 final int statusBarColor = typedArray.getColor(0, 0); in showSystemBars() local198 window.setStatusBarColor(statusBarColor); in showSystemBars()