Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java250 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()
252 int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local
258 navigationBarColor = sucSystemNavBarBackgroundColor; in showSystemBars()
262 window.setNavigationBarColor(navigationBarColor); in showSystemBars()
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java194 new int[] {android.R.attr.statusBarColor, android.R.attr.navigationBarColor}); in showSystemBars()
196 final int navigationBarColor = typedArray.getColor(1, 0); in showSystemBars() local
198 window.setNavigationBarColor(navigationBarColor); in showSystemBars()