Home | History | Annotate | Download | only in widget

Lines Matching refs:activePointerIndex

1357                     final int activePointerIndex = srcEvent.findPointerIndex(mActivePointerId);
1358 if (activePointerIndex >= 0) {
1359 final float x = srcEvent.getX(activePointerIndex);
1360 final float y = srcEvent.getY(activePointerIndex);