Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d41ba666 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix documentation.

parent 53c66b49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -643,8 +643,8 @@ public final class MotionEvent implements Parcelable {
     * @param pointerIndex Raw index of pointer to retrieve.  Value may be from 0
     * (the first pointer that is down) to {@link #getPointerCount()}-1.
     */
    public final int getPointerId(int index) {
        return mPointerIdentifiers[index];
    public final int getPointerId(int pointerIndex) {
        return mPointerIdentifiers[pointerIndex];
    }
    
    /**