Searched refs:mSavedStateConstructor (Results 1 – 1 of 1) sorted by relevance
43 private Constructor<?> mSavedStateConstructor; field in CarRecyclerView68 if (mSavedStateConstructor == null) { in onRestoreInstanceState()69 mSavedStateConstructor = getSavedStateConstructor(); in onRestoreInstanceState()75 Parcelable newState = (Parcelable) mSavedStateConstructor.newInstance(obtain); in onRestoreInstanceState()170 mSavedStateConstructor = c; in getSavedStateConstructor()171 mSavedStateConstructor.setAccessible(true); in getSavedStateConstructor()175 if (mSavedStateConstructor == null) { in getSavedStateConstructor()178 return mSavedStateConstructor; in getSavedStateConstructor()