Searched refs:mTouchDown (Results 1 – 2 of 2) sorted by relevance
45 private final PointF mTouchDown = new PointF(); field in BubblesNavBarMotionEventHandler66 float dx = motionEvent.getX() - mTouchDown.x; in onMotionEvent()67 float dy = motionEvent.getY() - mTouchDown.y; in onMotionEvent()72 mTouchDown.set(motionEvent.getX(), motionEvent.getY()); in onMotionEvent()131 mTouchDown.set(0, 0); in finishTracking()
177 private MotionEvent mTouchDown;196 if (mTouchDown != null) {197 mTouchDown.recycle();198 mTouchDown = null;200 mTouchDown = MotionEvent.obtain(ev);201 } else if (mTouchDown != null) {204 mTouchDown.recycle();205 mTouchDown = null;