Searched refs:onRestoreInstanceState (Results 1 – 5 of 5) sorted by relevance
292 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState() method in FindInFileView294 super.onRestoreInstanceState( in onRestoreInstanceState()
180 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState() method in PaginatedView182 super.onRestoreInstanceState(((SavedState) state).getSuperState()); in onRestoreInstanceState()
695 override fun onRestoreInstanceState(state: Parcelable?) { in <lambda>() method697 super.onRestoreInstanceState(state) in <lambda>()700 super.onRestoreInstanceState(state.superState) in <lambda>()
231 mZoomview.onRestoreInstanceState(bundle); in testRestoreSavedPosition()
1182 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState() method in ZoomView1184 super.onRestoreInstanceState(bundle.getParcelable(KEY_SUPER)); in onRestoreInstanceState()