Home
last modified time | relevance | path

Searched refs:obtainStyledColor (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DLabelDialogFragment.java151 colorAccent = Utils.obtainStyledColor(context, R.attr.colorAccent, RED); in TextChangeListener()
152 colorControlNormal = Utils.obtainStyledColor(context, R.attr.colorControlNormal, WHITE); in TextChangeListener()
DUtils.java607 public static int obtainStyledColor(Context context, int attr, int defValue) { in obtainStyledColor() method in Utils
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerCircleView.java74 mCompletedColor = Utils.obtainStyledColor(context, R.attr.colorAccent, Color.RED); in TimerCircleView()
DTimerSetupView.java77 mColorAccent = Utils.obtainStyledColor(context, R.attr.colorAccent, Color.RED); in TimerSetupView()
DCountingTimerView.java268 mPressedColor = mAccentColor = Utils.obtainStyledColor( in CountingTimerView()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchCircleView.java84 mCompletedColor = Utils.obtainStyledColor(context, R.attr.colorAccent, Color.RED); in StopwatchCircleView()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java452 final int accentColor = Utils.obtainStyledColor(this, R.attr.colorAccent, Color.RED); in snooze()