Home
last modified time | relevance | path

Searched refs:findPointerIndex (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java31 public int findPointerIndex(MotionEvent event, int pointerId); in findPointerIndex() method
47 public int findPointerIndex(MotionEvent event, int pointerId) { in findPointerIndex() method in MotionEventCompat.BaseMotionEventVersionImpl
107 public int findPointerIndex(MotionEvent event, int pointerId) { in findPointerIndex() method in MotionEventCompat.EclairMotionEventVersionImpl
108 return MotionEventCompatEclair.findPointerIndex(event, pointerId); in findPointerIndex()
477 public static int findPointerIndex(MotionEvent event, int pointerId) { in findPointerIndex() method in MotionEventCompat
478 return IMPL.findPointerIndex(event, pointerId); in findPointerIndex()
DViewPager.java2055 final int pointerIndex = MotionEventCompat.findPointerIndex(ev, activePointerId);
2188 … final int pointerIndex = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
2219 final int activePointerIndex = MotionEventCompat.findPointerIndex(
2240 MotionEventCompat.findPointerIndex(ev, mActivePointerId);
2266 MotionEventCompat.findPointerIndex(ev, mActivePointerId));
/frameworks/support/v4/eclair/android/support/v4/view/
DMotionEventCompatEclair.java25 public static int findPointerIndex(MotionEvent event, int pointerId) { in findPointerIndex() method in MotionEventCompatEclair
26 return event.findPointerIndex(pointerId); in findPointerIndex()
/frameworks/support/design/src/android/support/design/widget/
DHeaderBehavior.java86 final int pointerIndex = MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
141 final int activePointerIndex = MotionEventCompat.findPointerIndex(ev, in onTouchEvent()
/frameworks/base/docs/html/training/gestures/
Dmulti.jd89 android.view.MotionEvent#findPointerIndex findPointerIndex()} method to obtain
104 int pointerIndex = event.findPointerIndex(mActivePointerId);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java140 MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DDropDownListView.java110 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
DForwardingListener.java168 final int activePointerIndex = srcEvent.findPointerIndex(mActivePointerId); in onTouchObserved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java66 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onInterceptTouchEvent()
DPanelView.java238 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onTouchEvent()
457 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onInterceptTouchEvent()
/frameworks/base/core/java/android/widget/
DForwardingListener.java181 final int activePointerIndex = srcEvent.findPointerIndex(mActivePointerId); in onTouchObserved()
DDropDownListView.java186 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
DHorizontalScrollView.java486 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
549 mLastMotionX = (int) ev.getX(ev.findPointerIndex(mActivePointerId)); in onInterceptTouchEvent()
593 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
DScrollView.java520 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
645 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
750 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId)); in onTouchEvent()
DStackView.java631 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onInterceptTouchEvent()
713 int pointerIndex = ev.findPointerIndex(mActivePointerId);
811 int pointerIndex = ev.findPointerIndex(mActivePointerId);
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java725 final int index = MotionEventCompat.findPointerIndex(ev, activePointerId); in getMotionEventY()
1001 pointerIndex = MotionEventCompat.findPointerIndex(ev, mActivePointerId); in onTouchEvent()
1033 pointerIndex = MotionEventCompat.findPointerIndex(ev, mActivePointerId); in onTouchEvent()
DNestedScrollView.java642 final int pointerIndex = MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
758 final int activePointerIndex = MotionEventCompat.findPointerIndex(ev, in onTouchEvent()
869 MotionEventCompat.findPointerIndex(ev, mActivePointerId)); in onTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java543 final int pointerIndex = event.findPointerIndex(pointerId); in handleMotionEventStateTouchExploring()
653 if (event.findPointerIndex(mDraggingPointerId) == -1) { in handleMotionEventStateDragging()
987 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId); in offsetEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java259 int activePointerIndex = ev.findPointerIndex(mActivePointerId); in handleTouchEvent()
329 int activePointerIndex = ev.findPointerIndex(mActivePointerId); in handleTouchEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java335 final int index = MotionEventCompat.findPointerIndex(event, mActivePointerId);
364 .findPointerIndex(event, mActivePointerId);
925 final int pointerIndex = MotionEventCompat.findPointerIndex(motionEvent, mActivePointerId); in findSwipedView()
2278 .findPointerIndex(e, mActivePointerId); in onLongPress()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java206 int pointerIndex = ev.findPointerIndex(mActiveTouchId); in onInterceptTouchEvent()
DViewPager.java1878 final int pointerIndex = ev.findPointerIndex(activePointerId);
2003 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
2029 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
2053 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
2086 mLastMotionX = ev.getX(ev.findPointerIndex(mActivePointerId));
/frameworks/native/include/input/
DInput.h554 ssize_t findPointerIndex(int32_t pointerId) const;
/frameworks/native/libs/input/
DInput.cpp329 ssize_t MotionEvent::findPointerIndex(int32_t pointerId) const { in findPointerIndex() function in android::MotionEvent
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java297 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId); in onInterceptTouchEvent()
333 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId); in onTouchEvent()

12