AccessibilityViewCommand.MoveAtGranularityArguments
public
static
final
class
AccessibilityViewCommand.MoveAtGranularityArguments
extends AccessibilityViewCommand.CommandArguments
Arguments for #ACTION_NEXT_AT_MOVEMENT_GRANULARITY
and #ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
AccessibilityViewCommand.MoveAtGranularityArguments
public AccessibilityViewCommand.MoveAtGranularityArguments ()
Public methods
getExtendSelection
public boolean getExtendSelection ()
Returns |
boolean |
Whether when moving at granularity to extend the selection or to move it.
|
getGranularity
public int getGranularity ()
Returns |
int |
Movement granularity to be used when traversing the node text.
|