@Deprecated
public static interface ILayoutResult.ILayoutViewInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getBottom()
Deprecated.
Returns the bottom of the view bounds.
|
ILayoutResult.ILayoutViewInfo[] |
getChildren()
Deprecated.
Returns the list of children views.
|
int |
getLeft()
Deprecated.
Returns the left of the view bounds.
|
java.lang.String |
getName()
Deprecated.
Returns the name of the view.
|
int |
getRight()
Deprecated.
Returns the right of the view bounds.
|
int |
getTop()
Deprecated.
Returns the top of the view bounds.
|
java.lang.Object |
getViewKey()
Deprecated.
Returns the key associated with the node.
|
ILayoutResult.ILayoutViewInfo[] getChildren()
java.lang.Object getViewKey()
IXmlPullParser.getViewKey()java.lang.String getName()
int getLeft()
int getTop()
int getRight()
int getBottom()