public final class

AccessibilityViewCommand.MoveWindowArguments

extends AccessibilityViewCommand.CommandArguments

 java.lang.Object

androidx.core.view.accessibility.AccessibilityViewCommand.CommandArguments

↳androidx.core.view.accessibility.AccessibilityViewCommand.MoveWindowArguments

Overview

Arguments for #ACTION_MOVE_WINDOW

Summary

Constructors
publicMoveWindowArguments()

Methods
public intgetX()

public intgetY()

from AccessibilityViewCommand.CommandArgumentssetBundle
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public MoveWindowArguments()

Methods

public int getX()

Returns:

The x coordinate to which to move a window.

public int getY()

Returns:

The y coordinate to which to move a window.