Searched refs:X_3F (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 63 private static final float X_3F = 3.0f; field in MotionEventTest 86 MotionEvent.ACTION_MOVE, X_3F, Y_4F, META_STATE); in setup() 88 MotionEvent.ACTION_MOVE, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE, in setup() 108 MotionEvent.ACTION_DOWN, X_3F, Y_4F, META_STATE); in testObtainBasic() 113 assertEquals(X_3F, mMotionEvent1.getX(), DELTA); in testObtainBasic() 115 assertEquals(X_3F, mMotionEvent1.getRawX(), DELTA); in testObtainBasic() 149 MotionEvent.ACTION_DOWN, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE, in testObtainAllFields() 155 assertEquals(X_3F, mMotionEventDynamic.getX(), DELTA); in testObtainAllFields() 157 assertEquals(X_3F, mMotionEventDynamic.getRawX(), DELTA); in testObtainAllFields() 171 withCoords(X_3F, Y_4F).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testObtainFromPropertyArrays() [all …]
|
D | GestureDetectorTest.java | 47 private static final float X_3F = 3.0f; field in GestureDetectorTest 72 MotionEvent.ACTION_BUTTON_PRESS, X_3F, Y_4F, 0); in setup() 76 MotionEvent.ACTION_BUTTON_PRESS, X_3F, Y_4F, 0); in setup()
|