Searched refs:activePointerId (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java133 final int activePointerId = mActivePointerId;
134 if (activePointerId == INVALID_POINTER) {
140 MotionEventCompat.findPointerIndex(ev, activePointerId);
/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.java1376 public void onViewCaptured(View capturedChild, int activePointerId) { argument
H A DSlidingPaneLayout.java1204 public void onViewCaptured(View capturedChild, int activePointerId) { argument
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java459 final int activePointerId = mActivePointerId;
460 if (activePointerId == INVALID_POINTER) {
465 final int pointerIndex = ev.findPointerIndex(activePointerId);
467 Log.e(TAG, "Invalid pointerId=" + activePointerId
H A DScrollView.java489 final int activePointerId = mActivePointerId;
490 if (activePointerId == INVALID_POINTER) {
495 final int pointerIndex = ev.findPointerIndex(activePointerId);
497 Log.e(TAG, "Invalid pointerId=" + activePointerId
H A DListPopupWindow.java1455 * @param activePointerId id of the pointer that activated forwarding
1458 public boolean onForwardedEvent(MotionEvent event, int activePointerId) { argument
1471 final int activeIndex = event.findPointerIndex(activePointerId);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java1575 final int activePointerId = mActivePointerId;
1576 final int pointerIndex = ev.findPointerIndex(activePointerId);
1583 int velocityX = (int) velocityTracker.getXVelocity(activePointerId);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1827 final int activePointerId = mActivePointerId;
1828 if (activePointerId == INVALID_POINTER) {
1833 final int pointerIndex = MotionEventCompat.findPointerIndex(ev, activePointerId);

Completed in 567 milliseconds