Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerAlertFullScreen.java80 getWindow().getDecorView().setBackgroundColor(Utils.getCurrentHourColor()); in onResume()
/packages/apps/DeskClock/src/com/android/deskclock/
DSettingsActivity.java99 getWindow().getDecorView().setBackgroundColor(Utils.getCurrentHourColor()); in onResume()
DAlarmClockFragment.java846 final int c = Utils.getCurrentHourColor(); in getTintedBackgroundColor()
1023 dayButton.setTextColor(Utils.getCurrentHourColor()); in turnOnDayOfWeek()
DUtils.java610 public static int getCurrentHourColor() { in getCurrentHourColor() method in Utils
DDeskClock.java419 final int currHourColor = Utils.getCurrentHourColor(); in setBackgroundColor()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java198 mCurrentHourColor = Utils.getCurrentHourColor(); in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitiesActivity.java507 getWindow().getDecorView().setBackgroundColor(Utils.getCurrentHourColor()); in onResume()