Searched refs:expectedCenterY (Results 1 – 2 of 2) sorted by relevance
213 val expectedCenterY: Float in testRipple_layoutsCorrectly() constant217 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()
934 float expectedCenterY) { in verifyFinalSpec() argument937 assertEquals(expectedCenterY, mController.getCenterY(), 0f); in verifyFinalSpec()