Searched refs:ThemeUtils (Results 1 – 13 of 13) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerItem.java | 30 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()
|
D | TimerSetupView.java | 39 import com.android.deskclock.ThemeUtils; 111 final int colorControlActivated = ThemeUtils.resolveColor(dividerContext, in onFinishInflate() 113 final int colorControlDisabled = ThemeUtils.resolveColor(dividerContext, in onFinishInflate()
|
D | TimerCircleView.java | 29 import com.android.deskclock.ThemeUtils; 75 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in TimerCircleView()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.java | 50 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));
|
D | StopwatchCircleView.java | 29 import com.android.deskclock.ThemeUtils; 85 mCompletedColor = ThemeUtils.resolveColor(context, R.attr.colorAccent); in StopwatchCircleView()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | AlphaTouchInterceptorOverlay.java | 24 import com.android.contacts.util.ThemeUtils; 52 final int resId = ThemeUtils.getSelectableItemBackground(context.getTheme()); in AlphaTouchInterceptorOverlay()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ThemeUtils.java | 27 public final class ThemeUtils { class 32 private ThemeUtils() { in ThemeUtils() 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/DeskClock/src/com/android/deskclock/ringtone/ |
D | RingtoneViewHolder.java | 32 import com.android.deskclock.ThemeUtils; 74 final int colorAccent = ThemeUtils.resolveColor(itemView.getContext(), in onBindItemView()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 57 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/ |
D | ExpandedAlarmViewHolder.java | 43 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/ |
D | ThemeUtils.java | 25 public class ThemeUtils { class
|