Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Parcelable

28 import android.os.Parcelable;
1594 SavedState(Parcelable superState) {
1609 public static final Parcelable.Creator<SavedState> CREATOR =
1610 new Parcelable.Creator<SavedState>() {