Searched refs:navigationBarColor (Results 1 – 2 of 2) sorted by relevance
250 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()252 int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local258 navigationBarColor = sucSystemNavBarBackgroundColor; in showSystemBars()262 window.setNavigationBarColor(navigationBarColor); in showSystemBars()
194 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()196 final int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local198 window.setNavigationBarColor(navigationBarColor); in showSystemBars()