Searched refs:mActivePointerId (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
H A DViewDragHelper.java115 private int mActivePointerId = INVALID_POINTER; field in class:ViewDragHelper
472 mActivePointerId = activePointerId;
489 return mActivePointerId;
504 mActivePointerId = INVALID_POINTER;
546 mActivePointerId = INVALID_POINTER;
569 (int) VelocityTrackerCompat.getXVelocity(mVelocityTracker, mActivePointerId),
570 (int) VelocityTrackerCompat.getYVelocity(mVelocityTracker, mActivePointerId));
703 .getYVelocity(mVelocityTracker, mActivePointerId);
705 (int) VelocityTrackerCompat.getXVelocity(mVelocityTracker, mActivePointerId),
951 if (toCapture == mCapturedView && mActivePointerId
[all...]
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java128 private int mActivePointerId = INVALID_POINTER; field in class:ScrollerView
141 * Used by {@link #mActivePointerId}.
524 final int activePointerId = mActivePointerId;
572 mActivePointerId = ev.getPointerId(0);
598 mActivePointerId = INVALID_POINTER;
644 mActivePointerId = ev.getPointerId(0);
650 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
660 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
701 if (isOrthoMove(vtracker.getXVelocity(mActivePointerId),
702 vtracker.getYVelocity(mActivePointerId))
[all...]
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java76 private int mActivePointerId; field in class:GalleryThumbnailView
288 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
298 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
301 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
329 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
334 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
337 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
367 mActivePointerId);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardView.java51 private int mActivePointerId; field in class:MoreKeysKeyboardView
160 mActivePointerId = pointerId;
166 if (mActivePointerId != pointerId) {
179 if (mActivePointerId != pointerId) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWithDraggableItems.java133 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
H A DPagedView.java149 protected int mActivePointerId = INVALID_POINTER; field in class:PagedView
1013 if (mActivePointerId != INVALID_POINTER) {
1017 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1033 mActivePointerId = ev.getPointerId(0);
1068 mActivePointerId = INVALID_POINTER;
1098 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1245 mActivePointerId = ev.getPointerId(0);
1254 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1284 final int activePointerId = mActivePointerId;
1352 mActivePointerId
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWithDraggableItems.java133 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
H A DPagedView.java179 protected int mActivePointerId = INVALID_POINTER; field in class:PagedView
1398 if (mActivePointerId != INVALID_POINTER) {
1401 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1423 mActivePointerId = ev.getPointerId(0);
1491 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1752 mActivePointerId = ev.getPointerId(0);
1762 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1884 final int activePointerId = mActivePointerId;
2025 mActivePointerId = INVALID_POINTER;
2082 if (pointerId == mActivePointerId) {
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java198 private int mActivePointerId; field in class:StaggeredGridView
912 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
922 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
925 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
954 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
959 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
962 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
994 mActivePointerId);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java125 private int mActivePointerId; field in class:ConversationContainer
396 mActivePointerId = ev.getPointerId(0);
400 final int pointerIndex = ev.findPointerIndex(mActivePointerId);

Completed in 293 milliseconds