Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java139 protected static final String BUNDLE_KEY_ORIGINAL_COLOR = "key_original_color"; field in EventInfoFragment
870 mOriginalColor = savedInstanceState.getInt(BUNDLE_KEY_ORIGINAL_COLOR); in onCreateView()
1162 outState.putInt(BUNDLE_KEY_ORIGINAL_COLOR, mOriginalColor); in onSaveInstanceState()