Searched refs:X_3F (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 88 private static final float X_3F = 3.0f; field in MotionEventTest 121 MotionEvent.ACTION_MOVE, X_3F, Y_4F, META_STATE); in setup() 123 MotionEvent.ACTION_MOVE, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE, in setup() 143 MotionEvent.ACTION_DOWN, X_3F, Y_4F, META_STATE); in testObtainBasic() 149 assertEquals(X_3F, mMotionEvent1.getX(), DELTA); in testObtainBasic() 151 assertEquals(X_3F, mMotionEvent1.getRawX(), DELTA); in testObtainBasic() 186 MotionEvent.ACTION_DOWN, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE, in testObtainAllFields() 193 assertEquals(X_3F, mMotionEventDynamic.getX(), DELTA); in testObtainAllFields() 195 assertEquals(X_3F, mMotionEventDynamic.getRawX(), DELTA); in testObtainAllFields() 209 withCoords(X_3F, Y_4F).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testObtainFromPropertyArrays() [all …]
|
D | GestureDetectorTest.java | 53 private static final float X_3F = 3.0f; field in GestureDetectorTest 83 MotionEvent.ACTION_BUTTON_PRESS, X_3F, Y_4F, 0); in setup() 87 MotionEvent.ACTION_BUTTON_PRESS, X_3F, Y_4F, 0); in setup()
|