Home
last modified time | relevance | path

Searched refs:transformations (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransitionDslTest.kt96 val transformations = in defaultRange() constant
97 transitions.transitionSpecs.single().transformationSpec().transformations in defaultRange()
98 assertThat(transformations.size).isEqualTo(1) in defaultRange()
99 assertThat(transformations.single().range).isEqualTo(null) in defaultRange()
112 val transformations = in fractionRange() constant
113 transitions.transitionSpecs.single().transformationSpec().transformations in fractionRange()
114 assertThat(transformations) in fractionRange()
135 val transformations = in timestampRange() constant
136 transitions.transitionSpecs.single().transformationSpec().transformations in timestampRange()
137 assertThat(transformations) in timestampRange()
[all …]
DSwipeToSceneTest.kt531 assertThat(state.currentTransition?.transformationSpec?.transformations).hasSize(1) in <lambda>()
536 assertThat(state.currentTransition?.transformationSpec?.transformations).hasSize(2) in <lambda>()
DSceneTransitionLayoutStateTest.kt321 assertThat(state.currentTransition?.transformationSpec?.transformations).hasSize(1) in <lambda>()
338 assertThat(state.currentTransition?.transformationSpec?.transformations).hasSize(2) in <lambda>()
/frameworks/base/core/java/android/service/autofill/
DInternalTransformation.java62 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) { in batchApply() argument
63 final int size = transformations.size(); in batchApply()
66 final Pair<Integer, InternalTransformation> pair = transformations.get(i); in batchApply()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DTransitionDslImpl.kt90 transformations = impl.transformations, in overscroll()
110 transformations = impl.transformations, in transition()
121 val transformations = mutableListOf<Transformation>() constant in com.android.compose.animation.scene.BaseTransitionBuilderImpl
144 transformations.add( in transformation()
211 transformations.add(SharedElementTransformation(matcher, enabled)) in sharedElement()
DSceneTransitions.kt210 val transformations: List<Transformation> in reversed() constant
218 transformations = emptyList(), in reversed()
241 transformations = reverse.transformations.map { it.reversed() } in reversed()
276 override val transformations: List<Transformation>, constant in com.android.compose.animation.scene.TransformationSpecImpl
280 internal fun transformations(element: ElementKey, scene: SceneKey): ElementTransformations { in transformations() method in com.android.compose.animation.scene.TransformationSpecImpl
326 transformations.fastForEach { transformation -> in computeTransformations()
DElement.kt743 val sharedInFromScene = transformationSpec.transformations(element, transition.fromScene).shared in sharedElementTransformation()
744 val sharedInToScene = transformationSpec.transformations(element, transition.toScene).shared in sharedElementTransformation()
789 return transition.transformationSpec.transformations(element.key, scene.key).alpha == null in isElementOpaque()
1054 overscroll.transformationSpec.transformations(element.key, currentScene) in computeValue()
1122 transformation(transition.transformationSpec.transformations(element.key, scene)) in computeValue()
DDraggableHandler.kt690 currentOverscrollSpec?.transformationSpec?.transformations?.isEmpty() == true in animateOffset()
746 overscrollSpec.transformationSpec.transformations in animateOffset()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java406 final ArrayList<Pair<Integer, InternalTransformation>> transformations = in applyCustomDescription() local
409 Slog.v(TAG, "applyCustomDescription(): transformations = " + transformations); in applyCustomDescription()
411 if (transformations != null) { in applyCustomDescription()
412 if (!InternalTransformation.batchApply(valueFinder, template, transformations)) { in applyCustomDescription()
/frameworks/rs/script_api/
Drs_matrix.spec21 They are particularly useful for graphical transformations and are compatible
31 To create a transformation matrix that performs two transformations at once,
/frameworks/rs/script_api/include/
Drs_matrix.rsh23 * They are particularly useful for graphical transformations and are compatible
33 * To create a transformation matrix that performs two transformations at once,