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

123

/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.java109 protected void onRestoreInstanceState(Parcelable state) { method in class:YesNoPreference
112 super.onRestoreInstanceState(state);
117 super.onRestoreInstanceState(myState.getSuperState());
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java183 dialog.onRestoreInstanceState(state);
238 protected void onRestoreInstanceState(Parcelable state) { method in class:PreferenceScreen
241 super.onRestoreInstanceState(state);
246 super.onRestoreInstanceState(myState.getSuperState());
H A DEditTextPreference.java192 protected void onRestoreInstanceState(Parcelable state) { method in class:EditTextPreference
195 super.onRestoreInstanceState(state);
200 super.onRestoreInstanceState(myState.getSuperState());
H A DTwoStatePreference.java259 protected void onRestoreInstanceState(Parcelable state) { method in class:TwoStatePreference
262 super.onRestoreInstanceState(state);
267 super.onRestoreInstanceState(myState.getSuperState());
H A DDialogPreference.java302 dialog.onRestoreInstanceState(state);
431 protected void onRestoreInstanceState(Parcelable state) { method in class:DialogPreference
434 super.onRestoreInstanceState(state);
439 super.onRestoreInstanceState(myState.getSuperState());
H A DVolumePreference.java165 protected void onRestoreInstanceState(Parcelable state) { method in class:VolumePreference
168 super.onRestoreInstanceState(state);
173 super.onRestoreInstanceState(myState.getSuperState());
175 mSeekBarVolumizer.onRestoreInstanceState(myState.getVolumeStore());
378 public void onRestoreInstanceState(VolumeStore volumeStore) { method in class:VolumePreference.SeekBarVolumizer
H A DListPreference.java295 protected void onRestoreInstanceState(Parcelable state) { method in class:ListPreference
298 super.onRestoreInstanceState(state);
303 super.onRestoreInstanceState(myState.getSuperState());
H A DMultiCheckPreference.java285 protected void onRestoreInstanceState(Parcelable state) { method in class:MultiCheckPreference
288 super.onRestoreInstanceState(state);
293 super.onRestoreInstanceState(myState.getSuperState());
H A DSeekBarPreference.java189 protected void onRestoreInstanceState(Parcelable state) { method in class:SeekBarPreference
192 super.onRestoreInstanceState(state);
198 super.onRestoreInstanceState(myState.getSuperState());
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPresenter.java138 * It will be passed to the {@link #onRestoreInstanceState(Parcelable)}
148 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/base/core/java/android/app/
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 DExpandableListActivity.java202 *@see Activity#onRestoreInstanceState(Bundle)
205 protected void onRestoreInstanceState(Bundle state) { method in class:ExpandableListActivity
207 super.onRestoreInstanceState(state);
H A DTimePickerDialog.java151 public void onRestoreInstanceState(Bundle savedInstanceState) { method in class:TimePickerDialog
152 super.onRestoreInstanceState(savedInstanceState);
H A DDatePickerDialog.java191 public void onRestoreInstanceState(Bundle savedInstanceState) { method in class:DatePickerDialog
192 super.onRestoreInstanceState(savedInstanceState);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java173 protected void onRestoreInstanceState(Bundle savedInstanceState) { method in class:TestsListActivity
174 super.onRestoreInstanceState(savedInstanceState);
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java378 public void onRestoreInstanceState(Parcelable state) { method in class:CompoundButton
381 super.onRestoreInstanceState(ss.getSuperState());
H A DAbsSpinner.java425 public void onRestoreInstanceState(Parcelable state) { method in class:AbsSpinner
428 super.onRestoreInstanceState(ss.getSuperState());
H A DExpandableListView.java1161 public void onRestoreInstanceState(Parcelable state) { method in class:ExpandableListView
1163 super.onRestoreInstanceState(state);
1168 super.onRestoreInstanceState(ss.getSuperState());
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java290 protected void onRestoreInstanceState(Parcelable state) { method in class:FragmentTabHost
292 super.onRestoreInstanceState(ss.getSuperState());
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java298 protected void onRestoreInstanceState(Parcelable state) { method in class:FragmentTabHost
300 super.onRestoreInstanceState(ss.getSuperState());

Completed in 561 milliseconds

123