Searched refs:PersistentInstanceState (Results 1 – 5 of 5) sorted by relevance
62 if (mView != null && (mView instanceof PersistentInstanceState)) { in resetState()63 ((PersistentInstanceState) mView).resetState(); in resetState()91 if (mView != null && (mView instanceof PersistentInstanceState)) { in savePendingState()92 mSavedState = ((PersistentInstanceState) mView).saveState(); in savePendingState()97 if (mView != null && (mView instanceof PersistentInstanceState) && (mSavedState != null)) { in restorePendingState()98 ((PersistentInstanceState) mView).restoreState(mSavedState); in restorePendingState()
23 public interface PersistentInstanceState { interface
26 public interface PagerViewHolder extends PersistentInstanceState {
28 import com.android.messaging.ui.PersistentInstanceState;31 public class CameraMediaChooserView extends FrameLayout implements PersistentInstanceState {
37 import com.android.messaging.ui.PersistentInstanceState;51 PersistentInstanceState,