Home
last modified time | relevance | path

Searched refs:activePointerId (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java133 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
134 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
140 MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java181 public void onViewCaptured(View capturedChild, int activePointerId) {} in onViewCaptured() argument
459 public void captureChildView(View childView, int activePointerId) { in captureChildView() argument
466 mActivePointerId = activePointerId; in captureChildView()
467 mCallback.onViewCaptured(childView, activePointerId); in captureChildView()
DSwipeRefreshLayout.java686 private float getMotionEventY(MotionEvent ev, int activePointerId) { in getMotionEventY() argument
687 final int index = MotionEventCompat.findPointerIndex(ev, activePointerId); in getMotionEventY()
DSlidingPaneLayout.java1322 public void onViewCaptured(View capturedChild, int activePointerId) { in onViewCaptured() argument
DDrawerLayout.java1674 public void onViewCaptured(View capturedChild, int activePointerId) { in onViewCaptured() argument
/frameworks/base/core/java/android/widget/
DScrollView.java500 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
501 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
506 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
508 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
DHorizontalScrollView.java465 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
466 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
471 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
473 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
DListPopupWindow.java1552 public boolean onForwardedEvent(MotionEvent event, int activePointerId) {
1565 final int activeIndex = event.findPointerIndex(activePointerId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1899 final int activePointerId = mActivePointerId; in onInterceptTouchEventScroll() local
1900 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll()
1905 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEventScroll()
1907 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEventScroll()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1559 public boolean onForwardedEvent(MotionEvent event, int activePointerId) {
1572 final int activeIndex = event.findPointerIndex(activePointerId);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java1573 final int activePointerId = mActivePointerId; in onTouchEvent() local
1574 final int pointerIndex = ev.findPointerIndex(activePointerId); in onTouchEvent()
1581 int velocityX = (int) velocityTracker.getXVelocity(activePointerId); in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java1832 final int activePointerId = mActivePointerId;
1833 if (activePointerId == INVALID_POINTER) {
1838 final int pointerIndex = MotionEventCompat.findPointerIndex(ev, activePointerId);