Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarRecyclerView.java43 private Constructor<?> mSavedStateConstructor; field in CarRecyclerView
68 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()