Searched refs:InternalTransformation (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
H A DInternalTransformation.java36 public abstract class InternalTransformation implements Transformation, Parcelable { class in inherits:Transformation,Parcelable
38 private static final String TAG = "InternalTransformation";
65 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) {
69 final Pair<Integer, InternalTransformation> pair = transformations.get(i);
71 final InternalTransformation transformation = pair.second;
H A DBatchUpdates.java49 private final ArrayList<Pair<Integer, InternalTransformation>> mTransformations;
59 public ArrayList<Pair<Integer, InternalTransformation>> getTransformations() {
76 private ArrayList<Pair<Integer, InternalTransformation>> mTransformations;
119 Preconditions.checkArgument((transformation instanceof InternalTransformation),
124 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation));
179 final InternalTransformation[] values = new InternalTransformation[size];
181 final Pair<Integer, InternalTransformation> pair = mTransformations.get(i);
200 final InternalTransformation[] values =
201 parcel.readParcelableArray(null, InternalTransformation
[all...]
H A DCustomDescription.java91 private final ArrayList<Pair<Integer, InternalTransformation>> mTransformations;
108 public ArrayList<Pair<Integer, InternalTransformation>> getTransformations() {
125 private ArrayList<Pair<Integer, InternalTransformation>> mTransformations;
166 Preconditions.checkArgument((transformation instanceof InternalTransformation),
171 mTransformations.add(new Pair<>(id, (InternalTransformation) transformation));
318 final InternalTransformation[] values = new InternalTransformation[size];
320 final Pair<Integer, InternalTransformation> pair = mTransformations.get(i);
356 final InternalTransformation[] values =
357 parcel.readParcelableArray(null, InternalTransformation
[all...]
H A DDateTransformation.java46 public final class DateTransformation extends InternalTransformation implements
H A DCharSequenceTransformation.java63 public final class CharSequenceTransformation extends InternalTransformation implements
H A DImageTransformation.java58 public final class ImageTransformation extends InternalTransformation implements Transformation,
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java38 import android.service.autofill.InternalTransformation;
274 final ArrayList<Pair<Integer, InternalTransformation>> transformations =
277 if (!InternalTransformation.batchApply(valueFinder, template, transformations)) {
345 final ArrayList<Pair<Integer, InternalTransformation>> batchTransformations =
352 if (!InternalTransformation.batchApply(valueFinder, template,

Completed in 76 milliseconds