AccessibilityViewCommand.MoveWindowArguments

Added in 1.1.0

public final class AccessibilityViewCommand.MoveWindowArguments extends AccessibilityViewCommand.CommandArguments


Arguments for #ACTION_MOVE_WINDOW

Summary

Public constructors

Public methods

int
int

Public constructors

MoveWindowArguments

Added in 1.1.0
public MoveWindowArguments()

Public methods

getX

Added in 1.1.0
public int getX()
Returns
int

The x coordinate to which to move a window.

getY

Added in 1.1.0
public int getY()
Returns
int

The y coordinate to which to move a window.