Public 成员函数 | |
| AbFocusView (Context context) | |
| AbFocusView (Context context, AttributeSet attrs) | |
| AbFocusView (Context context, AttributeSet attrs, int defStyle) | |
| void | onFocusChange (View v, boolean hasFocus) |
| Drawable | getSelectorDrawable () |
| void | setSelectorDrawable (Drawable selectorDrawable) |
| int | getSelectorResourse () |
| void | setSelectorResourse (int selectorResourse) |
Private 属性 | |
| Drawable | selectorDrawable |
| int | selectorResourse |
© 2012 amsoft.cn 名称:AbFocusView.java 描述:控制焦点
|
inline |
Instantiates a new ab focus view.
| context | the context |
|
inline |
Instantiates a new ab focus view.
| context | the context |
| attrs | the attrs |
|
inline |
Instantiates a new ab focus view.
| context | the context |
| attrs | the attrs |
| defStyle | the def style |
|
inline |
Gets the selector drawable.
|
inline |
Gets the selector resourse.
|
inline |
|
inline |
Sets the selector drawable.
| selectorDrawable | the new selector drawable |
|
inline |
Sets the selector resourse.
| selectorResourse | the new selector resourse |
|
private |
The selector drawable.
|
private |
The selector resourse.
1.8.8