Home
last modified time | relevance | path

Searched refs:KEY_BACKGROUND_COLOR (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DBaseActivity.java37 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in BaseActivity
60 : savedInstanceState.getInt(KEY_BACKGROUND_COLOR, currentColor); in onCreate()
103 outState.putInt(KEY_BACKGROUND_COLOR, mBackground.getColor()); in onSaveInstanceState()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java41 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in CaptionCustomFragment
107 mBackgroundColorPref = (ListPreference) findPreference(KEY_BACKGROUND_COLOR); in onCreatePreferences()
165 case KEY_BACKGROUND_COLOR: in onPreferenceChange()