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()
90 private float mLastMotionY; field in ExpandHelper284 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()310 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()341 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()418 mLastMotionY = ev.getRawY(); in onTouchEvent()439 mLastMotionY = ev.getRawY(); in onTouchEvent()446 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent()467 mLastMotionY = ev.getRawY(); in onTouchEvent()480 mLastMotionY = ev.getRawY(); in onTouchEvent()502 mLastMotionY = ev.getRawY(); in onTouchEvent()
117 private int mLastMotionY; field in ScrollView640 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent()643 mLastMotionY = y; in onInterceptTouchEvent()670 mLastMotionY = y; in onInterceptTouchEvent()755 mLastMotionY = (int) ev.getY(); in onTouchEvent()768 int deltaY = mLastMotionY - y; in onTouchEvent()788 mLastMotionY = y - mScrollOffset[1]; in onTouchEvent()807 mLastMotionY -= mScrollOffset[1]; in onTouchEvent()860 mLastMotionY = (int) ev.getY(index); in onTouchEvent()866 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();1926 if (DEBUG) Log.v(TAG, "Down at " + mLastMotionX + "," + mLastMotionY1978 mLastMotionY = mInitialMotionY = ev.getY();1988 final float yDiff = Math.abs(y - mLastMotionY);1996 mLastMotionY = y;
215 private int mLastMotionY; field in NotificationStackScrollLayout3801 mLastMotionY = (int) ev.getY();3815 int deltaY = mLastMotionY - y;3828 mLastMotionY = y;3907 mLastMotionY = (int) ev.getY(index);3914 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId));3946 mLastMotionY = (int) ev.getY(newPointerIndex);4093 final int yDiff = Math.abs(y - mLastMotionY);4097 mLastMotionY = y;4118 mLastMotionY = y;