Home
last modified time | relevance | path

Searched refs:mLastMotionY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java43 private int mLastMotionY; field in QSScrollLayout
98 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java90 private float mLastMotionY; field in ExpandHelper
284 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()
/frameworks/base/core/java/android/widget/
DScrollView.java117 private int mLastMotionY; field in ScrollView
640 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 …]
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java162 private float mLastMotionY; field in ViewPager
1871 mLastMotionY = y;
1882 mLastMotionY = y;
1907 mLastMotionY = mInitialMotionY = ev.getY();
1926 if (DEBUG) Log.v(TAG, "Down at " + mLastMotionX + "," + mLastMotionY
1978 mLastMotionY = mInitialMotionY = ev.getY();
1988 final float yDiff = Math.abs(y - mLastMotionY);
1996 mLastMotionY = y;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java215 private int mLastMotionY; field in NotificationStackScrollLayout
3801 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;