Searched refs:ptrProp (Results 1 – 1 of 1) sorted by relevance
71 PointerProperties ptrProp = getPointerProp(0, MotionEvent.TOOL_TYPE_FINGER); in tap() local79 if (!primaryPointerDown(ptrProp, ptrCoord, SystemClock.uptimeMillis())) { in tap()84 if (!primaryPointerUp(ptrProp, ptrCoord, SystemClock.uptimeMillis())) { in tap()104 PointerProperties ptrProp = getPointerProp(0, MotionEvent.TOOL_TYPE_FINGER); in dragWithoutRelease() local107 PointerProperties[] ptrProps = new PointerProperties[] { ptrProp }; in dragWithoutRelease()112 if (!primaryPointerDown(ptrProp, ptrCoord, downTime)) { in dragWithoutRelease()117 mPrimaryPtrProp = ptrProp; in dragWithoutRelease()290 PointerProperties ptrProp = new PointerProperties(); in getPointerProp() local291 ptrProp.id = id; in getPointerProp()292 ptrProp.toolType = toolType; in getPointerProp()[all …]