Searched defs:activePointerId (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java174 * currently dragging the captured view is supplied. If activePointerId is
179 * @param activePointerId Pointer id tracking the child capture
181 public void onViewCaptured(View capturedChild, int activePointerId) {} argument
457 * @param activePointerId ID of the pointer that is dragging the captured child view
459 public void captureChildView(View childView, int activePointerId) { argument
466 mActivePointerId = activePointerId;
467 mCallback.onViewCaptured(childView, activePointerId);
H A DDrawerLayout.java1854 public void onViewCaptured(View capturedChild, int activePointerId) { argument
H A DSlidingPaneLayout.java1325 public void onViewCaptured(View capturedChild, int activePointerId) { argument
H A DSwipeRefreshLayout.java706 private float getMotionEventY(MotionEvent ev, int activePointerId) { argument
707 final int index = MotionEventCompat.findPointerIndex(ev, activePointerId);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1577 * @param activePointerId id of the pointer that activated forwarding
1580 public boolean onForwardedEvent(MotionEvent event, int activePointerId) { argument
1593 final int activeIndex = event.findPointerIndex(activePointerId);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1558 * @param activePointerId id of the pointer that activated forwarding
1561 public boolean onForwardedEvent(MotionEvent event, int activePointerId) { argument
1574 final int activeIndex = event.findPointerIndex(activePointerId);

Completed in 147 milliseconds