Searched refs:KEY_BACKGROUND_COLOR (Results 1 – 2 of 2) sorted by relevance
37 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in BaseActivity60 : savedInstanceState.getInt(KEY_BACKGROUND_COLOR, currentColor); in onCreate()103 outState.putInt(KEY_BACKGROUND_COLOR, mBackground.getColor()); in onSaveInstanceState()
41 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in CaptionCustomFragment107 mBackgroundColorPref = (ListPreference) findPreference(KEY_BACKGROUND_COLOR); in onCreatePreferences()165 case KEY_BACKGROUND_COLOR: in onPreferenceChange()