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
This commit is contained in:
lucychang
2021-05-04 15:26:37 +08:00
parent 84b3b6fb99
commit de719fd8cf

View File

@@ -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;