Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DAppearAnimationUtils.java65 AppearAnimationCreator<T> creator) { in startAnimation() argument
67 startAnimations(properties, objects, finishListener, creator); in startAnimation()
71 AppearAnimationCreator<T> creator) { in startAnimation() argument
73 startAnimations(properties, objects, finishListener, creator); in startAnimation()
77 final Runnable finishListener, AppearAnimationCreator<T> creator) { in startAnimations() argument
89 creator.createAnimation(objects[row], delay, mDuration, in startAnimations()
95 final Runnable finishListener, AppearAnimationCreator<T> creator) { in startAnimations() argument
112 creator.createAnimation(objects[row][col], delay, mDuration, in startAnimations()
/frameworks/base/core/java/android/os/
DParcel.java2245 Parcelable.Creator<T> creator = readParcelableCreator(loader); in readParcelable() local
2246 if (creator == null) { in readParcelable()
2249 if (creator instanceof Parcelable.ClassLoaderCreator<?>) { in readParcelable()
2250 return ((Parcelable.ClassLoaderCreator<T>)creator).createFromParcel(this, loader); in readParcelable()
2252 return creator.createFromParcel(this); in readParcelable()
2256 public final <T extends Parcelable> T readCreator(Parcelable.Creator<T> creator, in readCreator() argument
2258 if (creator instanceof Parcelable.ClassLoaderCreator<?>) { in readCreator()
2259 return ((Parcelable.ClassLoaderCreator<T>)creator).createFromParcel(this, loader); in readCreator()
2261 return creator.createFromParcel(this); in readCreator()
2271 Parcelable.Creator<T> creator; in readParcelableCreator() local
[all …]
/frameworks/base/core/java/android/content/pm/
DParceledListSlice.java66 Parcelable.Creator<T> creator = p.readParcelableCreator(loader); in ParceledListSlice() local
75 final T parcelable = p.readCreator(creator, loader); in ParceledListSlice()
103 final T parcelable = reply.readCreator(creator, loader); in ParceledListSlice()
/frameworks/base/tools/aidl/
DType.cpp1004 string creator = v->type->QualifiedName() + ".CREATOR"; in CreateArrayFromParcel() local
1006 "createTypedArray", 1, new LiteralExpression(creator)))); in CreateArrayFromParcel()
1012 string creator = v->type->QualifiedName() + ".CREATOR"; in ReadArrayFromParcel() local
1014 v, new LiteralExpression(creator))); in ReadArrayFromParcel()
/frameworks/base/tools/apilint/
Dapilint.py368 creator = [ i for i in clazz.fields if i.name == "CREATOR" ]
372 if len(creator) == 0 or len(write) == 0 or len(describe) == 0:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1402 final String creator = mAppInfo != null ? mAppInfo.packageName : null; in persistSentMessageIfRequired() local
1403 if (!TextUtils.isEmpty(creator)) { in persistSentMessageIfRequired()
1404 values.put(Sms.CREATOR, creator); in persistSentMessageIfRequired()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java1570 public boolean onPrintJobCreated(final IBinder creator, final int appId, in onPrintJobCreated() argument
1573 creator.linkToDeath(new DeathRecipient() { in onPrintJobCreated()
1576 creator.unlinkToDeath(this, 0); in onPrintJobCreated()
/frameworks/base/tools/layoutlib/create/
DREADME.txt188 As explained earlier, the creator doesn't have any replacement code for methods to override. Instead
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd246 <li>Applications may request the permission when the creator of the permission
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd151 for the AVD when you create it with the AVD Manager (there's a checkbox in the AVD creator
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd670 {@link android.app.PendingIntent} by calling the respective creator method:</p>
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd1149 // Standard creator object using an instance of this class
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd738 {@link android.widget.RelativeLayout} siblings, {@link android.os.Parcel} creator,
Declipse-adt.jd632 {@link android.widget.RelativeLayout} siblings, {@link android.os.Parcel} creator,
/frameworks/base/api/
Dsystem-current.txt27153 field public static final java.lang.String CREATOR = "creator";
27376 field public static final java.lang.String CREATOR = "creator";
Dcurrent.txt25561 field public static final java.lang.String CREATOR = "creator";
25784 field public static final java.lang.String CREATOR = "creator";