Searched defs:Creator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcelable.java28 * of a type that implements the {@link Parcelable.Creator} interface.
44 * public static final Parcelable.Creator<MyParcelable> CREATOR
45 * = new Parcelable.Creator<MyParcelable>() {
135 public interface Creator<T> { interface in interface:Parcelable
157 * Specialization of {@link Creator} that allows you to receive the
160 public interface ClassLoaderCreator<T> extends Creator<T> {

Completed in 1401 milliseconds