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

/frameworks/support/transition/base/android/support/transition/
H A DGhostViewImpl.java27 interface Creator { interface in interface:GhostViewImpl
/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> {
/frameworks/support/transition/api21/android/support/transition/
H A DGhostViewApi21.java41 static class Creator implements GhostViewImpl.Creator { class in class:GhostViewApi21
/frameworks/support/transition/api14/android/support/transition/
H A DGhostViewApi14.java46 static class Creator implements GhostViewImpl.Creator { class in class:GhostViewApi14

Completed in 260 milliseconds