/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ThemeUtils.java | 44 public static int resolveColor(Context context, @AttrRes int attr) { in resolveColor() method in ThemeUtils 45 return resolveColor(context, attr, null /* stateSet */); in resolveColor() 57 public static int resolveColor(Context context, @AttrRes int attr, @AttrRes int[] stateSet) { in resolveColor() method in ThemeUtils
|
D | BaseActivity.java | 56 final @ColorInt int color = ThemeUtils.resolveColor(this, android.R.attr.windowBackground); in onCreate() 65 final @ColorInt int color = ThemeUtils.resolveColor(this, android.R.attr.windowBackground); in onStart()
|
D | LabelDialogFragment.java | 140 ThemeUtils.resolveColor(context, R.attr.colorControlActivated); in onCreateDialog() 142 ThemeUtils.resolveColor(context, R.attr.colorControlNormal); in onCreateDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconPalette.java | 69 final int resolvedColor = resolveColor(context, color); in resolveContrastColor() 91 private static int resolveColor(Context context, int color) { in resolveColor() method in IconPalette
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerItem.java | 79 final int colorAccent = ThemeUtils.resolveColor(c, R.attr.colorAccent); in onFinishInflate() 80 final int textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary); in onFinishInflate()
|
D | TimerSetupView.java | 111 final int colorControlActivated = ThemeUtils.resolveColor(dividerContext, in onFinishInflate() 113 final int colorControlDisabled = ThemeUtils.resolveColor(dividerContext, in onFinishInflate()
|
D | TimerCircleView.java | 75 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in TimerCircleView()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.java | 159 final int colorAccent = ThemeUtils.resolveColor(c, R.attr.colorAccent); in onCreateView() 160 final int textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary); in onCreateView() 706 updateGradientColors(ThemeUtils.resolveColor(context, android.R.attr.windowBackground));
|
D | StopwatchCircleView.java | 85 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in StopwatchCircleView()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ThemeComponentOption.java | 310 @ColorInt int color = resolveColor(view.getResources()); in bindThumbnailTile() 317 private int resolveColor(Resources res) { in resolveColor() method in ThemeComponentOption.ColorOption 345 @ColorInt int accentColor = resolveColor(res); in bindPreview()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 216 mCurrentHourColor = ThemeUtils.resolveColor(this, android.R.attr.windowBackground); in onCreate() 489 final int colorAccent = ThemeUtils.resolveColor(this, R.attr.colorAccent); in snooze()
|
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/ |
D | RingtoneViewHolder.java | 74 final int colorAccent = ThemeUtils.resolveColor(itemView.getContext(), in onBindItemView()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | ExpandedAlarmViewHolder.java | 224 dayButton.setTextColor(ThemeUtils.resolveColor(context, in bindDaysOfWeekButtons()
|