Home
last modified time | relevance | path

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

/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/
DMotionEventTest.java49 private static final float X_PRECISION_3F = 3.0f; field in MotionEventTest
71 X_PRECISION_3F, in setup()
131 X_PRECISION_3F, in testObtainAllFields()
149 assertThat(motionEventDynamic).xPrecision().isWithin(TOLERANCE).of(X_PRECISION_3F); in testObtainAllFields()
193 X_PRECISION_3F, in testObtainFromRecycledEvent()
226 X_PRECISION_3F, in testObtainFromRecycledEvent()
274 X_PRECISION_3F, in testObtainFromPropertyArrays()