Home | History | Annotate | Download | only in view

Lines Matching refs:activePointerIndex

650                     final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
651 final float x = ev.getX(activePointerIndex);
652 final float y = ev.getY(activePointerIndex);
660 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
661 final float y = mHorizontal ? ev.getX(activePointerIndex)
662 : ev.getY(activePointerIndex);