Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DInternalTransformation.java62 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) { in batchApply()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
DTransitionDslImpl.kt79 val transformations = mutableListOf<Transformation>() constant
DSceneTransitions.kt97 val transformations: List<Transformation>, constant in com.android.compose.animation.scene.TransitionSpec
110 internal fun transformations(element: ElementKey): ElementTransformations { in transformations() method in com.android.compose.animation.scene.TransitionSpec
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java386 final ArrayList<Pair<Integer, InternalTransformation>> transformations = in applyCustomDescription() local