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

Commit fe23398f authored by Harry Cutts's avatar Harry Cutts Committed by Android (Google) Code Review
Browse files

Merge "Update code pointer for adding new MotionEvent axes"

parents 1cbb664d 4d69fc81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1273,8 +1273,8 @@ public final class MotionEvent extends InputEvent implements Parcelable {
    public static final int AXIS_GENERIC_16 = 47;

    // NOTE: If you add a new axis here you must also add it to:
    //  native/include/android/input.h
    //  frameworks/base/include/ui/KeycodeLabels.h
    //  frameworks/native/include/android/input.h
    //  frameworks/native/libs/input/InputEventLabels.cpp

    // Symbolic names of all axes.
    private static final SparseArray<String> AXIS_SYMBOLIC_NAMES = new SparseArray<String>();