Home
last modified time | relevance | path

Searched refs:ThemeUtils (Results 1 – 13 of 13) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerItem.java30 import com.android.deskclock.ThemeUtils;
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()
DTimerSetupView.java39 import com.android.deskclock.ThemeUtils;
111 final int colorControlActivated = ThemeUtils.resolveColor(dividerContext, in onFinishInflate()
113 final int colorControlDisabled = ThemeUtils.resolveColor(dividerContext, in onFinishInflate()
DTimerCircleView.java29 import com.android.deskclock.ThemeUtils;
75 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in TimerCircleView()
/packages/apps/Contacts/src/com/android/contacts/widget/
DAlphaTouchInterceptorOverlay.java24 import com.android.contacts.util.ThemeUtils;
52 final int resId = ThemeUtils.getSelectableItemBackground(context.getTheme()); in AlphaTouchInterceptorOverlay()
/packages/apps/DeskClock/src/com/android/deskclock/
DThemeUtils.java27 public final class ThemeUtils { class
32 private ThemeUtils() { in ThemeUtils() method in ThemeUtils
DBaseActivity.java56 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()
DLabelDialogFragment.java140 ThemeUtils.resolveColor(context, R.attr.colorControlActivated); in onCreateDialog()
142 ThemeUtils.resolveColor(context, R.attr.colorControlNormal); in onCreateDialog()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java50 import com.android.deskclock.ThemeUtils;
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));
DStopwatchCircleView.java29 import com.android.deskclock.ThemeUtils;
85 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in StopwatchCircleView()
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DRingtoneViewHolder.java32 import com.android.deskclock.ThemeUtils;
74 final int colorAccent = ThemeUtils.resolveColor(itemView.getContext(), in onBindItemView()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java57 import com.android.deskclock.ThemeUtils;
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/
DExpandedAlarmViewHolder.java43 import com.android.deskclock.ThemeUtils;
90 ThemeUtils.resolveDrawable(context, R.attr.selectableItemBackground) in ExpandedAlarmViewHolder()
224 dayButton.setTextColor(ThemeUtils.resolveColor(context, in bindDaysOfWeekButtons()
/packages/apps/Contacts/src/com/android/contacts/util/
DThemeUtils.java25 public class ThemeUtils { class