Home | History | Annotate | Download | only in view

Lines Matching full:pointerindex

531             final int pointerIndex = ev.findPointerIndex(activePointerId);
532 final float y = mHorizontal ? ev.getX(pointerIndex) : ev
533 .getY(pointerIndex);
545 final float ocoord = mHorizontal ? ev.getY(pointerIndex) : ev
546 .getX(pointerIndex);
788 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
790 final int pointerId = ev.getPointerId(pointerIndex);
795 final int newPointerIndex = pointerIndex == 0 ? 1 : 0;