Searched refs:mTouchDownLocation (Results 1 – 1 of 1) sorted by relevance
284 private final PointF mTouchDownLocation = new PointF(); field in BubbleDragController.BubbleTouchListener369 mTouchDownLocation.set(event.getRawX(), event.getRawY()); in onTouchDown()384 final float dx = rawX - mTouchDownLocation.x; in onTouchMove()385 final float dy = rawY - mTouchDownLocation.y; in onTouchMove()