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

/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/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
972 if (mActivePointerId != INVALID_POINTER) {
976 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
992 mActivePointerId = ev.getPointerId(0);
1027 mActivePointerId = INVALID_POINTER;
1057 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1204 mActivePointerId = ev.getPointerId(0);
1213 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1243 final int activePointerId = mActivePointerId;
1308 mActivePointerId
[all...]

Completed in 60 milliseconds