public class ViewDimensions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ViewDimensions |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getBottom() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
int |
hashCode() |
public static final ViewDimensions EMPTY
public int getLeft()
public int getTop()
public int getRight()
public int getBottom()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object