Searched refs:BackTransformation (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/ |
D | BackAnimationSpecTest.kt | 37 expected = BackTransformation(translateX = 0f, translateY = 0f, scale = 1f), in sysUi_floatingSystemSurfaces_animationValues() 42 expected = BackTransformation(translateX = -maxX, translateY = 0f, scale = minScale), in sysUi_floatingSystemSurfaces_animationValues() 47 expected = BackTransformation(translateX = maxX, translateY = 0f, scale = minScale), in sysUi_floatingSystemSurfaces_animationValues() 52 expected = BackTransformation(translateX = -maxX, translateY = -maxY, scale = minScale), in sysUi_floatingSystemSurfaces_animationValues() 57 expected = BackTransformation(translateX = 0f, translateY = -maxY, scale = 1f), in sysUi_floatingSystemSurfaces_animationValues() 62 expected = BackTransformation(translateX = 0f, translateY = maxY, scale = 1f), in sysUi_floatingSystemSurfaces_animationValues() 76 BackTransformation( in sysUi_bottomsheet_animationValues() 87 BackTransformation( in sysUi_bottomsheet_animationValues() 98 BackTransformation( in sysUi_bottomsheet_animationValues() 109 BackTransformation( in sysUi_bottomsheet_animationValues() [all …]
|
D | BackTransformationTest.kt | 29 val transformation = BackTransformation() in defaultValue_noTransformation() 38 val transformation = BackTransformation(translateX = 0f, translateY = 0f, scale = 1f) in applyTo_targetView_translateX_Y_Scale() 51 val transformation = BackTransformation(translateX = 1f) in applyTo_targetView_translateX() 61 val transformation = BackTransformation(translateY = 2f) in applyTo_targetView_translateY() 71 val transformation = BackTransformation(scale = 3f) in applyTo_targetView_scale() 82 val transformation = BackTransformation(scalePivotPosition = ScalePivotPosition.CENTER) in applyTo_targetView_scale_pivot() 92 val transformation = BackTransformation() in applyTo_targetView_noTransformation()
|
D | OnBackAnimationCallbackExtensionTest.kt | 19 private val onBackProgress: (BackTransformation) -> Unit = mock() 54 val argumentCaptor = argumentCaptor<BackTransformation>() in onBackProgressed_shouldInvoke_onBackProgress()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/ |
D | BackTransformation.kt | 25 data class BackTransformation( class 55 fun BackTransformation.applyTo(targetView: View) { in applyTo() method
|
D | OnBackAnimationCallbackExtension.kt | 38 onBackProgressed: (BackTransformation) -> Unit, in onBackAnimationCallbackFrom() 45 private val lastTransformation = BackTransformation()
|
D | BackAnimationSpec.kt | 32 result: BackTransformation, in <lambda>()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
D | Dialog.kt | 26 import com.android.systemui.animation.back.BackTransformation in <lambda>()
|