Home
last modified time | relevance | path

Searched refs:expectedCenterY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/
DWiredChargingRippleControllerTest.kt213 val expectedCenterY: Float in testRipple_layoutsCorrectly() constant
217 expectedCenterY = height * (1 - normalizedPortPosX) in testRipple_layoutsCorrectly()
221 expectedCenterY = height * (1 - normalizedPortPosY) in testRipple_layoutsCorrectly()
225 expectedCenterY = height * normalizedPortPosX in testRipple_layoutsCorrectly()
229 expectedCenterY = height * normalizedPortPosY in testRipple_layoutsCorrectly()
233 verify(rippleView).setCenter(expectedCenterX, expectedCenterY) in testRipple_layoutsCorrectly()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationControllerTest.java934 float expectedCenterY) { in verifyFinalSpec() argument
937 assertEquals(expectedCenterY, mController.getCenterY(), 0f); in verifyFinalSpec()