Searched defs:RAW_COORD_TOLERANCE (Results 1 – 1 of 1) sorted by relevance
73 private static final float RAW_COORD_TOLERANCE = 0.001f; field in MotionEventTest685 assertEquals(Math.sin(angle) * RADIUS, c.x, RAW_COORD_TOLERANCE); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local