/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | TransitionDslTest.kt | 96 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 …]
|
D | SwipeToSceneTest.kt | 531 assertThat(state.currentTransition?.transformationSpec?.transformations).hasSize(1) in <lambda>() 536 assertThat(state.currentTransition?.transformationSpec?.transformations).hasSize(2) in <lambda>()
|
D | SceneTransitionLayoutStateTest.kt | 321 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/ |
D | InternalTransformation.java | 62 @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/ |
D | TransitionDslImpl.kt | 90 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()
|
D | SceneTransitions.kt | 210 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()
|
D | Element.kt | 743 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()
|
D | DraggableHandler.kt | 690 currentOverscrollSpec?.transformationSpec?.transformations?.isEmpty() == true in animateOffset() 746 overscrollSpec.transformationSpec.transformations in animateOffset()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | SaveUi.java | 406 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/ |
D | rs_matrix.spec | 21 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/ |
D | rs_matrix.rsh | 23 * They are particularly useful for graphical transformations and are compatible 33 * To create a transformation matrix that performs two transformations at once,
|