Searched refs:colorRes (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageItemPreference.java | 33 public StorageItemPreference(Context context, int titleRes, int colorRes) { in StorageItemPreference() argument 34 this(context, context.getText(titleRes), colorRes, UserHandle.USER_NULL); in StorageItemPreference() 38 Context context, CharSequence title, int colorRes, int userHandle) { in StorageItemPreference() argument 41 if (colorRes != 0) { in StorageItemPreference() 42 this.color = context.getResources().getColor(colorRes); in StorageItemPreference()
|
D | StorageVolumePreferenceCategory.java | 133 private StorageItemPreference buildItem(int titleRes, int colorRes) { in buildItem() argument 134 return new StorageItemPreference(getContext(), titleRes, colorRes); in buildItem() 186 final int colorRes = count++ % 2 == 0 ? R.color.memory_user_light in init() local 189 getContext(), info.name, colorRes, info.id); in init()
|