ACTION_FOCUS
Action that gives input focus to the node.
The focus request sends an event of TYPE_VIEW_FOCUSED if successful. In the View system, this is handled by requestFocus.
The node that is focused should return true
for isFocused.
See also
for the difference between system focus and accessibility focus.