Searched refs:pointerProperties (Results 1 – 3 of 3) sorted by relevance
52 final MotionEvent.PointerProperties pointerProperties = new MotionEvent.PointerProperties(); in testCopyFrom() local53 pointerProperties.copyFrom(mPointerProperties); in testCopyFrom()54 mBuilder.verifyMatchesPointerProperties(pointerProperties); in testCopyFrom()
50 final PointerProperties pointerProperties = in build() local52 pointerProperties.id = id; in build()53 pointerProperties.toolType = toolType; in build()54 return pointerProperties; in build()
208 final PointerProperties[] pointerProperties = new PointerProperties[1]; in createScrollEvent() local209 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()