Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEvent_PointerCoordsTest.java42 mBuilder = withCoords(10.0f, 20.0f).withPressure(1.2f).withSize(2.0f).withTool(1.2f, 1.4f). in setup()
56 withCoords(15.0f, 20.0f).withPressure(1.2f).withSize(2.0f).withTool(1.2f, 1.4f). in testAxesModifications()
61 withCoords(15.0f, 25.0f).withPressure(1.2f).withSize(2.0f).withTool(1.2f, 1.4f). in testAxesModifications()
66 withCoords(15.0f, 25.0f).withPressure(2.2f).withSize(2.0f).withTool(1.2f, 1.4f). in testAxesModifications()
71 withCoords(15.0f, 25.0f).withPressure(2.2f).withSize(10.0f).withTool(1.2f, 1.4f). in testAxesModifications()
76 withCoords(15.0f, 25.0f).withPressure(2.2f).withSize(10.0f).withTool(7.0f, 1.4f). in testAxesModifications()
81 withCoords(15.0f, 25.0f).withPressure(2.2f).withSize(10.0f).withTool(7.0f, 2.0f). in testAxesModifications()
86 withCoords(15.0f, 25.0f).withPressure(2.2f).withSize(10.0f).withTool(7.0f, 2.0f). in testAxesModifications()
91 withCoords(15.0f, 25.0f).withPressure(2.2f).withSize(10.0f).withTool(7.0f, 2.0f). in testAxesModifications()
105 withCoords(0.0f, 0.0f).withPressure(0.0f).withSize(0.0f).withTool(0.0f, 0.0f). in testClear()
DMotionEventTest.java171 withCoords(X_3F, Y_4F).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testObtainFromPropertyArrays()
175 withSize(SIZE_1F + 0.5f).withTouch(2.2f, 0.6f); in testObtainFromPropertyArrays()
205 withCoords(X_3F + 10.0f, Y_4F + 15.0f).withPressure(2.0f).withSize(3.0f). in testObtainNoHistory()
211 withCoords(X_3F + 5.0f, Y_4F + 5.0f).withPressure(0.5f).withSize(0.5f). in testObtainNoHistory()
215 withCoords(X_3F, Y_4F).withPressure(1.0f).withSize(1.0f). in testObtainNoHistory()
223 withCoords(X_3F + 10.0f, Y_4F + 15.0f).withPressure(2.0f).withSize(3.0f). in testObtainNoHistory()
329 withCoords(X_3F + offsetX, Y_4F + offsetY).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testOffsetLocation()
339 withCoords(0.0f, 0.0f).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testSetLocation()
343 withCoords(2.0f, 2.0f).withPressure(PRESSURE_1F).withSize(SIZE_1F). in testSetLocation()
353 withCoords(X_3F + 5.0f, Y_4F + 5.0f).withPressure(0.5f).withSize(0.5f). in testGetHistoricalData()
[all …]
DMotionEventUtils.java93 public PointerCoordsBuilder withSize(float size) { in withSize() method in MotionEventUtils.PointerCoordsBuilder