Searched refs:mDownX (Results 1 – 5 of 5) sorted by relevance
54 private float mDownX; field in HeadsUpNotificationOnTouchListener81 mDownX = motionEvent.getRawX(); in onTouch()92 float deltaX = motionEvent.getRawX() - mDownX; in onTouch()146 float deltaX = motionEvent.getRawX() - mDownX; in onTouch()193 mDownX = 0; in reset()
43 private float mDownX; field in EclipseControl115 mDownX = point[0]; in actionDown()140 float ctrdx = mDownX - mDownCenterX; in actionMove()152 float raddx = mDownRadiusY - Math.abs(mDownX - mDownCenterY); in actionMove()166 float raddx = mDownRadiusX - Math.abs(mDownX - mDownCenterX); in actionMove()176 float ctr_dx = mDownX - mDownCenterX; in actionMove()
43 private float mDownX; field in GradControl132 mDownX = point[0]; in actionDown()155 float dx = x - mDownX; in actionMove()
115 private int mDownX; field in RecyclerViewFastScroller226 mDownX = x; in handleTouchEvent()238 && isNearScrollBar(mDownX)) { in handleTouchEvent()250 isNearThumb(mDownX, mLastY) && in handleTouchEvent()
283 private int mDownX; field in RecentsView494 squaredHypot(mDownX - x, mDownY - y) > mSquaredTouchSlop)) { in onTouchEvent()516 mDownX = x; in onTouchEvent()