Home
last modified time | relevance | path

Searched refs:InternalTransformation (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DBatchUpdates.java50 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);
DCustomDescription.java94 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);
DInternalTransformation.java36 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()
DDateTransformation.java45 public final class DateTransformation extends InternalTransformation implements
DCharSequenceTransformation.java64 public final class CharSequenceTransformation extends InternalTransformation implements
DImageTransformation.java59 public final class ImageTransformation extends InternalTransformation implements Transformation,
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java42 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/
Dtest-current.txt2955 …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/
Dhiddenapi-max-target-o.txt48294 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;