Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java91 private static final float PRESSURE_1F = 1.0f; field in MotionEventTest
123 MotionEvent.ACTION_MOVE, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE, in setup()
156 assertEquals(PRESSURE_1F, mMotionEvent1.getPressure(), DELTA); in testObtainBasic()
186 MotionEvent.ACTION_DOWN, X_3F, Y_4F, PRESSURE_1F, SIZE_1F, META_STATE, in testObtainAllFields()
200 assertEquals(PRESSURE_1F, mMotionEventDynamic.getPressure(), DELTA); in testObtainAllFields()
209 withCoords(X_3F, Y_4F).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testObtainFromPropertyArrays()
212 withCoords(X_3F + 1.0f, Y_4F - 2.0f).withPressure(PRESSURE_1F + 0.2f). in testObtainFromPropertyArrays()
240 withCoords(X_3F, Y_4F).withPressure(PRESSURE_1F).withSize(SIZE_1F) in testObtainWithClassification()
404 .withPressure(PRESSURE_1F) in testOffsetLocationForPointerSource()
419 .withPressure(PRESSURE_1F) in testNoLocationOffsetForNonPointerSource()
[all …]