Home
last modified time | relevance | path

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

/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/
DMotionEventTest.java708 final float originalRawY = -radius + 2; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local
712 assertThat(event).rawY().isWithin(TOLERANCE).of(originalRawY); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
719 assertThat(event).rawY().isWithin(TOLERANCE).of(originalRawY); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
748 assertThat(event).rawY().isWithin(TOLERANCE).of(originalRawY); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()