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.java91 private float mLastMotionY; field in ExpandHelper
294 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()
320 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()
351 mLastMotionY = ev.getRawY(); in onInterceptTouchEvent()
428 mLastMotionY = ev.getRawY(); in onTouchEvent()
449 mLastMotionY = ev.getRawY(); in onTouchEvent()
456 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent()
477 mLastMotionY = ev.getRawY(); in onTouchEvent()
490 mLastMotionY = ev.getRawY(); in onTouchEvent()
512 mLastMotionY = ev.getRawY(); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DScrollView.java122 private int mLastMotionY; field in ScrollView
646 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent()
649 mLastMotionY = y; in onInterceptTouchEvent()
676 mLastMotionY = y; in onInterceptTouchEvent()
769 mLastMotionY = (int) ev.getY(); in onTouchEvent()
782 int deltaY = mLastMotionY - y; in onTouchEvent()
802 mLastMotionY = y - mScrollOffset[1]; in onTouchEvent()
836 mLastMotionY -= mScrollOffset[1]; in onTouchEvent()
889 mLastMotionY = (int) ev.getY(index); in onTouchEvent()
895 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();
1927 mLeftEdge.onPullDistance(0f, 1 - mLastMotionY / getHeight());
1930 mRightEdge.onPullDistance(0f, mLastMotionY / getHeight());
1937 if (DEBUG) Log.v(TAG, "Down at " + mLastMotionX + "," + mLastMotionY
1989 mLastMotionY = mInitialMotionY = ev.getY();
1999 final float yDiff = Math.abs(y - mLastMotionY);
2007 mLastMotionY = y;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java189 private int mLastMotionY; field in NotificationStackScrollLayout
3437 mLastMotionY = (int) ev.getY(); in onScrollTouch()
3451 int deltaY = mLastMotionY - y; in onScrollTouch()
3465 mLastMotionY = y; in onScrollTouch()
3539 mLastMotionY = (int) ev.getY(index); in onScrollTouch()
3546 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId)); in onScrollTouch()
3582 mLastMotionY = (int) ev.getY(newPointerIndex); in onSecondaryPointerUp()
3701 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll()
3705 mLastMotionY = y; in onInterceptTouchEventScroll()
3728 mLastMotionY = y; in onInterceptTouchEventScroll()