Constructor and Description |
---|
UpdateLayoutMountItem(int reactTag,
int x,
int y,
int width,
int height,
int layoutDirection) |
Modifier and Type | Method and Description |
---|---|
void |
execute(MountingManager mountingManager)
Execute this
MountItem into the operation queue received by parameter. |
int |
getHeight() |
int |
getLayoutDirection() |
int |
getWidth() |
int |
getX() |
int |
getY() |
java.lang.String |
toString() |
public UpdateLayoutMountItem(int reactTag, int x, int y, int width, int height, int layoutDirection)
public void execute(MountingManager mountingManager)
MountItem
MountItem
into the operation queue received by parameter.public int getX()
public int getY()
public int getHeight()
public int getWidth()
public int getLayoutDirection()
public java.lang.String toString()
toString
in class java.lang.Object