Searched refs:InternalTransformation (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/service/autofill/ |
D | BatchUpdates.java | 50 private final ArrayList<Pair<Integer, InternalTransformation>> mTransformations; 60 public ArrayList<Pair<Integer, InternalTransformation>> getTransformations() { in getTransformations() 77 private ArrayList<Pair<Integer, InternalTransformation>> mTransformations; 120 Preconditions.checkArgument((transformation instanceof InternalTransformation), in transformChild() 125 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation)); in transformChild() 180 final InternalTransformation[] values = new InternalTransformation[size]; in writeToParcel() 182 final Pair<Integer, InternalTransformation> pair = mTransformations.get(i); in writeToParcel() 201 final InternalTransformation[] values = 202 parcel.readParcelableArray(null, InternalTransformation.class);
|
D | CustomDescription.java | 94 private final ArrayList<Pair<Integer, InternalTransformation>> mTransformations; 113 public ArrayList<Pair<Integer, InternalTransformation>> getTransformations() { in getTransformations() 137 private ArrayList<Pair<Integer, InternalTransformation>> mTransformations; 183 Preconditions.checkArgument((transformation instanceof InternalTransformation), in addChild() 188 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation)); in addChild() 395 final InternalTransformation[] values = new InternalTransformation[size]; in writeToParcel() 397 final Pair<Integer, InternalTransformation> pair = mTransformations.get(i); in writeToParcel() 446 final InternalTransformation[] values = 447 parcel.readParcelableArray(null, InternalTransformation.class);
|
D | InternalTransformation.java | 36 public abstract class InternalTransformation implements Transformation, Parcelable { class 62 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) { in batchApply() 66 final Pair<Integer, InternalTransformation> pair = transformations.get(i); in batchApply() 68 final InternalTransformation transformation = pair.second; in batchApply()
|
D | DateTransformation.java | 45 public final class DateTransformation extends InternalTransformation implements
|
D | CharSequenceTransformation.java | 64 public final class CharSequenceTransformation extends InternalTransformation implements
|
D | ImageTransformation.java | 59 public final class ImageTransformation extends InternalTransformation implements Transformation,
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | SaveUi.java | 42 import android.service.autofill.InternalTransformation; 406 final ArrayList<Pair<Integer, InternalTransformation>> transformations = in applyCustomDescription() 412 if (!InternalTransformation.batchApply(valueFinder, template, transformations)) { in applyCustomDescription() 465 final ArrayList<Pair<Integer, InternalTransformation>> batchTransformations = in applyCustomDescription() 472 if (!InternalTransformation.batchApply(valueFinder, template, in applyCustomDescription()
|
/frameworks/base/core/api/ |
D | test-current.txt | 2955 …lass CharSequenceTransformation extends android.service.autofill.InternalTransformation implements… 3003 …public final class DateTransformation extends android.service.autofill.InternalTransformation impl… 3016 …public final class ImageTransformation extends android.service.autofill.InternalTransformation imp… 3030 …public abstract class InternalTransformation implements android.os.Parcelable android.service.auto… 3031 ctor public InternalTransformation(); 3032 …l.ArrayList<android.util.Pair<java.lang.Integer,android.service.autofill.InternalTransformation>>);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 48294 Landroid/service/autofill/InternalTransformation;->apply(Landroid/service/autofill/ValueFinder;Land… 48295 Landroid/service/autofill/InternalTransformation;->batchApply(Landroid/service/autofill/ValueFinder… 48296 Landroid/service/autofill/InternalTransformation;->TAG:Ljava/lang/String;
|