/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 | TimerItem.kt | 71 val colorAccent = ThemeUtils.resolveColor(c, R.attr.colorAccent) in onFinishInflate() 72 val textColorPrimary = ThemeUtils.resolveColor(c, 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 | TimerSetupView.kt | 100 val colorControlActivated = ThemeUtils.resolveColor(dividerContext, in onFinishInflate() 102 val colorControlDisabled = ThemeUtils.resolveColor(dividerContext, in onFinishInflate()
|
D | TimerCircleView.java | 75 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in TimerCircleView()
|
D | TimerCircleView.kt | 73 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent)
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.kt | 155 val colorAccent = ThemeUtils.resolveColor(c, R.attr.colorAccent) in <lambda>() 156 val textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary) in <lambda>() 663 updateGradientColors(ThemeUtils.resolveColor(context, android.R.attr.windowBackground)) in <lambda>()
|
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()
|
D | StopwatchCircleView.kt | 83 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent)
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ThemeComponentOption.java | 316 @ColorInt int color = resolveColor(view.getResources()); in bindThumbnailTile() 323 private int resolveColor(Resources res) { in resolveColor() method in ThemeComponentOption.ColorOption 351 @ColorInt int accentColor = resolveColor(res); in bindPreview()
|
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/ |
D | RingtoneViewHolder.kt | 59 val colorAccent = ThemeUtils.resolveColor(itemView.getContext(), in onBindItemView()
|
D | RingtoneViewHolder.java | 74 final int colorAccent = ThemeUtils.resolveColor(itemView.getContext(), in onBindItemView()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.kt | 190 mCurrentHourColor = ThemeUtils.resolveColor(this, android.R.attr.windowBackground) in onCreate() 467 val colorAccent = ThemeUtils.resolveColor(this, R.attr.colorAccent) in snooze()
|
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/alarms/dataadapter/ |
D | ExpandedAlarmViewHolder.kt | 175 dayButton.setTextColor(ThemeUtils.resolveColor(context, in <lambda>()
|
D | ExpandedAlarmViewHolder.java | 224 dayButton.setTextColor(ThemeUtils.resolveColor(context, in bindDaysOfWeekButtons()
|