Home
last modified time | relevance | path

Searched refs:restoreState (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DFixedViewPagerAdapter.java102 public void restoreState(final Parcelable state, final ClassLoader loader) { in restoreState() method in FixedViewPagerAdapter
109 getViewHolder(i).restoreState(pageState); in restoreState()
112 super.restoreState(state, loader); in restoreState()
H A DBasePagerViewHolder.java50 public void restoreState(final Parcelable restoredState) { in restoreState() method in BasePagerViewHolder
98 ((PersistentInstanceState) mView).restoreState(mSavedState); in restorePendingState()
H A DPersistentInstanceState.java33 void restoreState(Parcelable restoredState); in restoreState() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceToFingerprintView.java237 public void restoreState(@Nullable Bundle savedState) { in restoreState() method in AuthBiometricFaceToFingerprintView
238 super.restoreState(savedState); in restoreState()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationInput.java75 public void restoreState(final Bundle savedState) { in restoreState() method in ConversationInput
H A DConversationInputManager.java146 mInputs[i].restoreState(savedState); in ConversationInputManager()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPagerAdapter.java249 public void restoreState(Parcelable state, ClassLoader loader) { in restoreState() method in PagerAdapter
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraMediaChooserView.java65 public void restoreState(final Parcelable restoredState) { in restoreState() method in CameraMediaChooserView
H A DGalleryGridView.java231 public void restoreState(final Parcelable restoredState) { in restoreState() method in GalleryGridView
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
H A DTransitionAnimationHelper.java59 TransitionAnimationState restoreState(); in restoreState() method
124 TransitionAnimationState transitionAnimationState = mStateManager.restoreState(); in maybeRestoreState()
H A DProvisioningActivity.java410 public TransitionAnimationHelper.TransitionAnimationState restoreState() {
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java113 public void onCreate(Bundle data, Bundle restoreState) { in onCreate() argument
114 super.onCreate(data, restoreState); in onCreate()
H A DManageCachePage.java194 public void onCreate(Bundle data, Bundle restoreState) { in onCreate() argument
195 super.onCreate(data, restoreState); in onCreate()
H A DAlbumPage.java365 protected void onCreate(Bundle data, Bundle restoreState) { in onCreate() argument
366 super.onCreate(data, restoreState); in onCreate()
H A DAlbumSetPage.java320 public void onCreate(Bundle data, Bundle restoreState) { in onCreate() argument
321 super.onCreate(data, restoreState); in onCreate()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java166 public void restoreState(Parcelable state, ClassLoader loader) { in restoreState() method in BaseFragmentPagerAdapter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarTransitionsController.java99 public void restoreState(Bundle savedInstanceState) { in restoreState() method in LightBarTransitionsController
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceToFingerprintViewTest.java242 mFaceToFpView.restoreState(savedState); in testRestoreState()
H A DAuthBiometricViewTest.java378 mBiometricView.restoreState(savedState); in initDialog()
/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java336 public void restoreState(Bundle savedInstanceState) { in restoreState() method in LocaleDragAndDropAdapter
H A DLocaleListEditor.java130 mAdapter.restoreState(savedInstanceState); in onViewStateRestored()
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java134 public WebBackForwardList restoreState(Bundle inState); in restoreState() method
H A DWebView.java709 public WebBackForwardList restoreState(@NonNull Bundle inState) { in restoreState() method in WebView
711 return mProvider.restoreState(inState); in restoreState()
/aosp12/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java123 public static SslCertificate restoreState(Bundle bundle) { in restoreState() method in SslCertificate
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp63 void restoreState(
107 void PlaylistFetcher::DownloadState::restoreState( in restoreState() function in android::PlaylistFetcher::DownloadState
1340 mDownloadState->restoreState( in onDownloadNext()

12