Searched refs:mSecondPointerDownLocation (Results 1 – 1 of 1) sorted by relevance
973 storePointerDownLocation(mSecondPointerDownLocation, event); in onMotionEvent()1035 } else if (isActivated() && pointerDownValid(mSecondPointerDownLocation) in onMotionEvent()1037 mSecondPointerDownLocation, /* move */ event) > mSwipeMinDistance) { in onMotionEvent()1041 storePointerDownLocation(mSecondPointerDownLocation, event); in onMotionEvent()1090 mSecondPointerDownLocation.set(Float.NaN, Float.NaN); in clear()1112 mSecondPointerDownLocation.set(Float.NaN, Float.NaN); in transitionToDelegatingStateAndClear()1161 protected PointF mSecondPointerDownLocation = new PointF(Float.NaN, Float.NaN); field in FullScreenMagnificationGestureHandler.DetectingState1244 storePointerDownLocation(mSecondPointerDownLocation, event); in onMotionEvent()1291 } else if (isActivated() && pointerDownValid(mSecondPointerDownLocation) in onMotionEvent()1293 mSecondPointerDownLocation, /* move */ event) > mSwipeMinDistance) { in onMotionEvent()[all …]