Home
last modified time | relevance | path

Searched defs:transformations (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipTransformation.java61 public BipTransformation(String transformations) { in BipTransformation()
94 public BipTransformation(int[] transformations) { in BipTransformation()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DInternalTransformation.java62 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) { in batchApply()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlInterface.cpp245 std::vector<ResultTransformation> transformations; in emitAidl() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java379 final ArrayList<Pair<Integer, InternalTransformation>> transformations = in applyCustomDescription() local