public class UIProgressView
extends View
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
UIProgressView.OnProgressChangeListener |
| 构造器和说明 |
|---|
UIProgressView(Context context) |
UIProgressView(Context context,
AttributeSet attrs) |
UIProgressView(Context context,
AttributeSet attrs,
int defStyleAttr) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
draw(Canvas canvas) |
protected void |
onDraw(Canvas canvas) |
boolean |
onTouchEvent(MotionEvent event) |
void |
setOnProgressChangeListener(UIProgressView.OnProgressChangeListener listener) |
public UIProgressView(Context context)
public UIProgressView(Context context,
@Nullable
AttributeSet attrs)
public UIProgressView(Context context,
@Nullable
AttributeSet attrs,
int defStyleAttr)
protected void onDraw(Canvas canvas)
public void draw(Canvas canvas)
public boolean onTouchEvent(MotionEvent event)
public void setOnProgressChangeListener(UIProgressView.OnProgressChangeListener listener)