MoveWindowArguments
class MoveWindowArguments : AccessibilityViewCommand.CommandArguments
Arguments for #ACTION_MOVE_WINDOW
Summary
Public constructors
Public methods
getX
fun getX(): Int
Return |
Int |
The x coordinate to which to move a window. |
getY
fun getY(): Int
Return |
Int |
The y coordinate to which to move a window. |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.