Searched refs:mLastTouchX (Results 1 – 3 of 3) sorted by relevance
74 private float mLastTouchX; field in GalleryThumbnailView287 mLastTouchX = ev.getX(); in onInterceptTouchEvent()306 final float dx = x - mLastTouchX + mTouchRemainderX; in onInterceptTouchEvent()328 mLastTouchX = ev.getX(); in onTouchEvent()342 final float dx = x - mLastTouchX + mTouchRemainderX; in onTouchEvent()351 mLastTouchX = x; in onTouchEvent()372 mLastTouchX = 0; in onTouchEvent()536 final int dx = (int) (x - mLastTouchX); in computeScroll()537 mLastTouchX = x; in computeScroll()
40 private float mLastTouchX; field in PhotoTouchListener170 float tmpDX = (x - mLastTouchX) / dt; in onTouch()180 mLastTouchX = x; in onTouch()
74 private int mLastTouchX; field in DragView346 mLastTouchX = touchX; in move()377 setTranslationX(mLastTouchX - mRegistrationX + mAnimatedShiftX); in applyTranslation()