Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEvent_PointerPropertiesTest.java52 final MotionEvent.PointerProperties pointerProperties = new MotionEvent.PointerProperties(); in testCopyFrom() local
53 pointerProperties.copyFrom(mPointerProperties); in testCopyFrom()
54 mBuilder.verifyMatchesPointerProperties(pointerProperties); in testCopyFrom()
DMotionEventUtils.java50 final PointerProperties pointerProperties = in build() local
52 pointerProperties.id = id; in build()
53 pointerProperties.toolType = toolType; in build()
54 return pointerProperties; in build()
/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java208 final PointerProperties[] pointerProperties = new PointerProperties[1]; in createScrollEvent() local
209 pointerProperties[0] = new PointerProperties(); in createScrollEvent()
210 pointerProperties[0].id = 0; in createScrollEvent()
217 pointerProperties, coords, meta, 0, 1.0f, 1.0f, 0, 0, in createScrollEvent()