Searched refs:navigationBarColor (Results 1 – 2 of 2) sorted by relevance
205 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()207 int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local213 navigationBarColor = sucSystemNavBarBackgroundColor; in showSystemBars()217 window.setNavigationBarColor(navigationBarColor); in showSystemBars()
195 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()197 final int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local199 window.setNavigationBarColor(navigationBarColor); in showSystemBars()