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

Commit de719fd8 authored by lucychang's avatar lucychang
Browse files

Clarify javadoc for ACTION_LONG_CLICK

Clarify in javadoc that ACTION_LONG_CLICK does not include coordinate
information.

Bug: 179692809
Test: manual test
Change-Id: I6a4edda48e140f9ba444fdef67feca4d3ed3d146
parent 84b3b6fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,8 @@ public class AccessibilityNodeInfo implements Parcelable {

    /**
     * Action that long clicks on the node.
     *
     * <p>It does not support coordinate information for anchoring.</p>
     */
    public static final int ACTION_LONG_CLICK = 0x00000020;