Searched refs:BUNDLE_KEY_ORIGINAL_COLOR (Results 1 – 1 of 1) sorted by relevance
139 protected static final String BUNDLE_KEY_ORIGINAL_COLOR = "key_original_color"; field in EventInfoFragment870 mOriginalColor = savedInstanceState.getInt(BUNDLE_KEY_ORIGINAL_COLOR); in onCreateView()1162 outState.putInt(BUNDLE_KEY_ORIGINAL_COLOR, mOriginalColor); in onSaveInstanceState()