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.java111 private float mLastMotionY; field in ExpandHelper
315 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()
/frameworks/base/core/java/android/widget/
DScrollView.java134 private int mLastMotionY; field in ScrollView
689 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 …]
/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.java192 private int mLastMotionY; field in NotificationStackScrollLayout
3598 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()