Searched refs:getCurrentHourColor (Results 1 – 4 of 4) sorted by relevance
58 final int currentColor = Utils.getCurrentHourColor(); in onCreate()77 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */); in onResume()83 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */); in onResume()
620 public static int getCurrentHourColor() { in getCurrentHourColor() method in Utils
200 dayButton.setTextColor(Utils.getCurrentHourColor()); in bindDaysOfWeekButtons()
213 mCurrentHourColor = Utils.getCurrentHourColor(); in onCreate()