Searched refs:NAVIGATION_BAR_COLOR_KEY (Results 1 – 1 of 1) sorted by relevance
41 private static final String NAVIGATION_BAR_COLOR_KEY = "NavigationBarColor"; field in ImeSettings80 return mBundle.keySet().contains(NAVIGATION_BAR_COLOR_KEY); in hasNavigationBarColor()85 return mBundle.getInt(NAVIGATION_BAR_COLOR_KEY); in getNavigationBarColor()151 mBundle.putInt(NAVIGATION_BAR_COLOR_KEY, color); in setNavigationBarColor()