ViewPager.SavedState
public
static
class
ViewPager.SavedState
extends AbsSavedState
This is the persistent state that is saved by ViewPager. Only needed
if you are creating a sublass of ViewPager that must save its own
state, in which case it should implement a subclass of this which
contains that state.
Summary
Inherited constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR
|
int |
PARCELABLE_WRITE_RETURN_VALUE
|
|
Inherited methods |
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
|
Fields
Public constructors
ViewPager.SavedState
public ViewPager.SavedState (Parcelable superState)
Parameters |
superState |
Parcelable |
Public methods
toString
public String toString ()
writeToParcel
public void writeToParcel (Parcel out,
int flags)
Parameters |
out |
Parcel |
flags |
int |