Searched refs:onRestoreInstanceState (Results 1 - 25 of 94) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedActivity.java37 protected void onRestoreInstanceState(Bundle state) method in class:TestedActivity
39 super.onRestoreInstanceState(state);
H A DSubActivityScreen.java69 protected void onRestoreInstanceState(Bundle state) { method in class:SubActivityScreen
70 super.onRestoreInstanceState(state);
H A DTestedScreen.java63 protected void onRestoreInstanceState(Bundle state) { method in class:TestedScreen
64 super.onRestoreInstanceState(state);
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java113 protected void onRestoreInstanceState(Parcelable state) { method in class:YesNoPreference
116 super.onRestoreInstanceState(state);
121 super.onRestoreInstanceState(myState.getSuperState());
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreference.java112 protected void onRestoreInstanceState(Parcelable state) { method in class:EditTextPreference
115 super.onRestoreInstanceState(state);
120 super.onRestoreInstanceState(myState.getSuperState());
H A DTwoStatePreference.java247 protected void onRestoreInstanceState(Parcelable state) { method in class:TwoStatePreference
250 super.onRestoreInstanceState(state);
255 super.onRestoreInstanceState(myState.getSuperState());
H A DListPreference.java275 protected void onRestoreInstanceState(Parcelable state) { method in class:ListPreference
278 super.onRestoreInstanceState(state);
283 super.onRestoreInstanceState(myState.getSuperState());
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java182 dialog.onRestoreInstanceState(state);
237 protected void onRestoreInstanceState(Parcelable state) { method in class:PreferenceScreen
240 super.onRestoreInstanceState(state);
245 super.onRestoreInstanceState(myState.getSuperState());
H A DEditTextPreference.java196 protected void onRestoreInstanceState(Parcelable state) { method in class:EditTextPreference
199 super.onRestoreInstanceState(state);
204 super.onRestoreInstanceState(myState.getSuperState());
H A DTwoStatePreference.java242 protected void onRestoreInstanceState(Parcelable state) { method in class:TwoStatePreference
245 super.onRestoreInstanceState(state);
250 super.onRestoreInstanceState(myState.getSuperState());
H A DVolumePreference.java184 protected void onRestoreInstanceState(Parcelable state) { method in class:VolumePreference
187 super.onRestoreInstanceState(state);
192 super.onRestoreInstanceState(myState.getSuperState());
194 mSeekBarVolumizer.onRestoreInstanceState(myState.getVolumeStore());
H A DDialogPreference.java313 dialog.onRestoreInstanceState(state);
443 protected void onRestoreInstanceState(Parcelable state) { method in class:DialogPreference
446 super.onRestoreInstanceState(state);
451 super.onRestoreInstanceState(myState.getSuperState());
H A DListPreference.java312 protected void onRestoreInstanceState(Parcelable state) { method in class:ListPreference
315 super.onRestoreInstanceState(state);
320 super.onRestoreInstanceState(myState.getSuperState());
H A DMultiCheckPreference.java295 protected void onRestoreInstanceState(Parcelable state) { method in class:MultiCheckPreference
298 super.onRestoreInstanceState(state);
303 super.onRestoreInstanceState(myState.getSuperState());
H A DSeekBarPreference.java202 protected void onRestoreInstanceState(Parcelable state) { method in class:SeekBarPreference
205 super.onRestoreInstanceState(state);
211 super.onRestoreInstanceState(myState.getSuperState());
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPresenter.java137 * It will be passed to the {@link #onRestoreInstanceState(Parcelable)}
147 public void onRestoreInstanceState(Parcelable state); method in interface:MenuPresenter
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java115 public void onRestoreInstanceState(Bundle state) { method in class:MapView
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuPresenter.java142 * It will be passed to the {@link #onRestoreInstanceState(Parcelable)}
152 public void onRestoreInstanceState(Parcelable state); method in interface:MenuPresenter
/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java201 *@see Activity#onRestoreInstanceState(Bundle)
204 protected void onRestoreInstanceState(Bundle state) { method in class:ExpandableListActivity
206 super.onRestoreInstanceState(state);
H A DListActivity.java214 *@see Activity#onRestoreInstanceState(Bundle)
217 protected void onRestoreInstanceState(Bundle state) { method in class:ListActivity
219 super.onRestoreInstanceState(state);
H A DTabActivity.java83 protected void onRestoreInstanceState(Bundle state) { method in class:TabActivity
84 super.onRestoreInstanceState(state);
H A DTimePickerDialog.java176 public void onRestoreInstanceState(Bundle savedInstanceState) { method in class:TimePickerDialog
177 super.onRestoreInstanceState(savedInstanceState);
/frameworks/base/core/java/android/widget/
H A DTimePicker.java247 protected void onRestoreInstanceState(Parcelable state) { method in class:TimePicker
249 super.onRestoreInstanceState(ss.getSuperState());
250 mDelegate.onRestoreInstanceState(ss);
290 void onRestoreInstanceState(Parcelable state); method in interface:TimePicker.TimePickerDelegate
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPersistentFocusWrapper.java169 protected void onRestoreInstanceState(Parcelable state) { method in class:PersistentFocusWrapper
172 if (DEBUG) Log.v(TAG, "onRestoreInstanceState mSelectedPosition " + mSelectedPosition);
173 super.onRestoreInstanceState(savedState.getSuperState());
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java278 protected void onRestoreInstanceState(Parcelable state) { method in class:MultiSelectListPreference
281 super.onRestoreInstanceState(state);
286 super.onRestoreInstanceState(myState.getSuperState());

Completed in 529 milliseconds

1234