HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentHourColor (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
BaseActivity.java 58 final int currentColor = Utils.getCurrentHourColor();
77 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
83 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
Utils.java 620 public static int getCurrentHourColor() {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 200 dayButton.setTextColor(Utils.getCurrentHourColor());
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 213 mCurrentHourColor = Utils.getCurrentHourColor();

Completed in 153 milliseconds