Home
last modified time | relevance | path

Searched refs:expectedScale (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/ui/util/
DMathHelpersTest.kt17 val expectedScale = Scale(3f, 2f) in lerpScaleWithPivotUnspecified() constant
21 assertThat(actualScale).isEqualTo(expectedScale) in lerpScaleWithPivotUnspecified()
28 val expectedScale = Scale(3f, 2f, Offset(1f, 1f)) in lerpScaleWithFirstPivotSpecified() constant
32 assertThat(actualScale).isEqualTo(expectedScale) in lerpScaleWithFirstPivotSpecified()
39 val expectedScale = Scale(3f, 2f, Offset(1f, 1f)) in lerpScaleWithSecondPivotSpecified() constant
43 assertThat(actualScale).isEqualTo(expectedScale) in lerpScaleWithSecondPivotSpecified()
50 val expectedScale = Scale(3f, 2f, Offset(2f, 3f)) in lerpScaleWithBothPivotsSpecified() constant
54 assertThat(actualScale).isEqualTo(expectedScale) in lerpScaleWithBothPivotsSpecified()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/haptics/slider/
DSliderHapticFeedbackProviderTest.kt147 val expectedScale = in playHapticAtProgress_onQuickSuccession_playsLowTicksOnce() constant
154 ticks.addPrimitive(VibrationEffect.Composition.PRIMITIVE_LOW_TICK, expectedScale) in playHapticAtProgress_onQuickSuccession_playsLowTicksOnce()
223 val expectedScale = in playHapticAtLowerBookend_afterPlayingAtProgress_playsTwice() constant
230 ticks.addPrimitive(VibrationEffect.Composition.PRIMITIVE_LOW_TICK, expectedScale) in playHapticAtLowerBookend_afterPlayingAtProgress_playsTwice()
261 val expectedScale = in playHapticAtUpperBookend_afterPlayingAtProgress_playsTwice() constant
268 ticks.addPrimitive(VibrationEffect.Composition.PRIMITIVE_LOW_TICK, expectedScale) in playHapticAtUpperBookend_afterPlayingAtProgress_playsTwice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationControllerTest.java933 private void verifyFinalSpec(float expectedScale, float expectedCenterX, in verifyFinalSpec() argument
935 assertEquals(expectedScale, mController.getScale(), 0f); in verifyFinalSpec()