ACTION_LONG_CLICK

Action that long clicks on the node.

The UI element that implements this should send a TYPE_VIEW_LONG_CLICKED event. In the View system, the default handling of this action when performed by a service is to call performLongClick, and setting a setOnLongClickListener automatically adds this action.

isLongClickable should return true if this action is available.