Searched refs:mLastMotionY (Results 1 – 5 of 5) sorted by relevance
43 private int mLastMotionY; field in QSScrollLayout98 mLastMotionY = (int) ev.getY(); in shouldIntercept()102 if (mLastMotionY >= 0 && Math.abs(ev.getY() - mLastMotionY) > mTouchSlop in shouldIntercept()105 mLastMotionY = (int) ev.getY(); in shouldIntercept()110 mLastMotionY = -1; in shouldIntercept()
111 private float mLastMotionY; field in ExpandHelper315 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()341 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()372 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()449 mLastMotionY = ev.getRawY(); in onTouchEvent()470 mLastMotionY = ev.getRawY(); in onTouchEvent()477 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent()498 mLastMotionY = ev.getRawY(); in onTouchEvent()511 mLastMotionY = ev.getRawY(); in onTouchEvent()533 mLastMotionY = ev.getRawY(); in onTouchEvent()
134 private int mLastMotionY; field in ScrollView689 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent()692 mLastMotionY = y; in onInterceptTouchEvent()719 mLastMotionY = y; in onInterceptTouchEvent()818 mLastMotionY = (int) ev.getY(); in onTouchEvent()831 int deltaY = mLastMotionY - y; in onTouchEvent()851 mLastMotionY = y - mScrollOffset[1]; in onTouchEvent()881 mLastMotionY -= mScrollOffset[1]; in onTouchEvent()935 mLastMotionY = (int) ev.getY(index); in onTouchEvent()941 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId)); in onTouchEvent()[all …]
162 private float mLastMotionY; field in ViewPager1871 mLastMotionY = y;1882 mLastMotionY = y;1907 mLastMotionY = mInitialMotionY = ev.getY();1927 mLeftEdge.onPullDistance(0f, 1 - mLastMotionY / getHeight());1930 mRightEdge.onPullDistance(0f, mLastMotionY / getHeight());1937 if (DEBUG) Log.v(TAG, "Down at " + mLastMotionX + "," + mLastMotionY1989 mLastMotionY = mInitialMotionY = ev.getY();1999 final float yDiff = Math.abs(y - mLastMotionY);2007 mLastMotionY = y;
192 private int mLastMotionY; field in NotificationStackScrollLayout3598 mLastMotionY = (int) ev.getY(); in onScrollTouch()3612 int deltaY = mLastMotionY - y; in onScrollTouch()3630 mLastMotionY = y; in onScrollTouch()3704 mLastMotionY = (int) ev.getY(index); in onScrollTouch()3711 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId)); in onScrollTouch()3761 mLastMotionY = (int) ev.getY(newPointerIndex); in onSecondaryPointerUp()3898 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll()3902 mLastMotionY = y; in onInterceptTouchEventScroll()3926 mLastMotionY = y; in onInterceptTouchEventScroll()