com.android.layoutlib.api
Interface ILayoutResult.ILayoutViewInfo

Enclosing interface:
ILayoutResult

Deprecated.

@Deprecated
public static interface ILayoutResult.ILayoutViewInfo

Layout information for a specific view.


Method Summary
 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.
 

Method Detail

getChildren

ILayoutResult.ILayoutViewInfo[] getChildren()
Deprecated. 
Returns the list of children views.


getViewKey

java.lang.Object getViewKey()
Deprecated. 
Returns the key associated with the node.

See Also:
IXmlPullParser.getViewKey()

getName

java.lang.String getName()
Deprecated. 
Returns the name of the view.


getLeft

int getLeft()
Deprecated. 
Returns the left of the view bounds.


getTop

int getTop()
Deprecated. 
Returns the top of the view bounds.


getRight

int getRight()
Deprecated. 
Returns the right of the view bounds.


getBottom

int getBottom()
Deprecated. 
Returns the bottom of the view bounds.