Public 成员函数 | |
| AbViewInfo (View view, int width, int height, int top, int bottom) | |
| AbViewInfo (View view, int width, int height) | |
| AbViewInfo (View view) | |
| View | getView () |
| void | setView (View view) |
| int | getWidth () |
| void | setWidth (int width) |
| int | getHeight () |
| void | setHeight (int height) |
| int | getTop () |
| void | setTop (int top) |
| int | getBottom () |
| void | setBottom (int bottom) |
| .ExportedProperty Object | getTag () |
| void | setTag (final Object tag) |
| Object | getTag (int key) |
| void | setTag (int key, final Object tag) |
| int | getVisible () |
| void | setVisible (int visible) |
Private 成员函数 | |
| void | setKeyedTag (int key, Object tag) |
Private 属性 | |
| View | view |
| int | width |
| int | height |
| int | top |
| int | bottom |
| Object | tag |
| int | visible |
| SparseArray< Object > | keyedTags |
The Class AbViewInfo.
|
inline |
Instantiates a new ab view info.
| view | the view |
| width | the width |
| height | the height |
| top | the top |
| bottom | the bottom |
|
inline |
Instantiates a new ab view info.
| view | the view |
| width | the width |
| height | the height |
|
inline |
Instantiates a new ab view info.
| view | the view |
|
inline |
Gets the bottom.
|
inline |
Gets the height.
|
inline |
Gets the tag.
|
inline |
Gets the tag.
| key | the key |
|
inline |
Gets the top.
|
inline |
Gets the view.
|
inline |
Gets the visible.
|
inline |
Gets the width.
|
inline |
Sets the bottom.
| bottom | the new bottom |
|
inline |
Sets the height.
| height | the new height |
|
inlineprivate |
Sets the keyed tag.
| key | the key |
| tag | the tag |
|
inline |
Sets the tag.
| tag | the new tag |
|
inline |
Sets the tag.
| key | the key |
| tag | the tag |
|
inline |
Sets the top.
| top | the new top |
|
inline |
Sets the view.
| view | the new view |
|
inline |
Sets the visible.
| visible | the new visible |
|
inline |
Sets the width.
| width | the new width |
|
private |
The bottom.
|
private |
The height.
|
private |
Map used to store views' tags.
|
private |
The tag.
|
private |
The top.
|
private |
The view.
|
private |
The tag.
|
private |
The width.
1.8.8