Searched refs:mLastHourColor (Results 1 – 1 of 1) sorted by relevance
95 private int mLastHourColor = UNKNOWN_COLOR_ID; field in DeskClock243 mLastHourColor = icicle.getInt(KEY_LAST_HOUR_COLOR, UNKNOWN_COLOR_ID); in onCreate()244 if (mLastHourColor != UNKNOWN_COLOR_ID) { in onCreate()245 getWindow().getDecorView().setBackgroundColor(mLastHourColor); in onCreate()307 outState.putInt(KEY_LAST_HOUR_COLOR, mLastHourColor); in onSaveInstanceState()413 if (mLastHourColor == UNKNOWN_COLOR_ID) { in setBackgroundColor()414 mLastHourColor = getResources().getColor(R.color.default_background); in setBackgroundColor()420 if (mLastHourColor != currHourColor) { in setBackgroundColor()422 "backgroundColor", mLastHourColor, currHourColor); in setBackgroundColor()426 mLastHourColor = currHourColor; in setBackgroundColor()