MoveAtGranularityArguments
class MoveAtGranularityArguments : AccessibilityViewCommand.CommandArguments
kotlin.Any | ||
↳ | androidx.core.view.accessibility.AccessibilityViewCommand.CommandArguments | |
↳ | androidx.core.view.accessibility.AccessibilityViewCommand.MoveAtGranularityArguments |
Arguments for #ACTION_NEXT_AT_MOVEMENT_GRANULARITY
and #ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY
Summary
Public constructors | |
---|---|
<init>() Arguments for |
Public methods | |
---|---|
Boolean | |
Int |
Public constructors
<init>
MoveAtGranularityArguments()
Arguments for #ACTION_NEXT_AT_MOVEMENT_GRANULARITY
and #ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY
Public methods
getExtendSelection
fun getExtendSelection(): Boolean
Return | |
---|---|
Boolean |
Whether when moving at granularity to extend the selection or to move it. |