Searched refs:currentColor (Results 1 – 1 of 1) sorted by relevance
58 final int currentColor = Utils.getCurrentHourColor(); in onCreate() local59 final int backgroundColor = savedInstanceState == null ? currentColor in onCreate()60 : savedInstanceState.getInt(KEY_BACKGROUND_COLOR, currentColor); in onCreate()