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()
101 private int mLastTouchX; field in DragView517 if (touchX > 0 && touchY > 0 && mLastTouchX > 0 && mLastTouchY > 0 in move()519 mTranslateX.animateToPos(mLastTouchX - touchX); in move()522 mLastTouchX = touchX; in move()553 setTranslationX(mLastTouchX - mRegistrationX + mAnimatedShiftX); in applyTranslation()
40 private float mLastTouchX; field in PhotoTouchListener170 float tmpDX = (x - mLastTouchX) / dt; in onTouch()180 mLastTouchX = x; in onTouch()