Home
last modified time | relevance | path

Searched refs:getCurrentHourColor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DBaseActivity.java58 final int currentColor = Utils.getCurrentHourColor(); in onCreate()
77 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */); in onResume()
83 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */); in onResume()
DUtils.java620 public static int getCurrentHourColor() { in getCurrentHourColor() method in Utils
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java200 dayButton.setTextColor(Utils.getCurrentHourColor()); in bindDaysOfWeekButtons()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java213 mCurrentHourColor = Utils.getCurrentHourColor(); in onCreate()