Public 成员函数 | |
| AbMonitorView (Context context) | |
| AbMonitorView (Context context, AttributeSet attributeset) | |
Protected 成员函数 | |
| void | onDraw (Canvas canvas) |
Private 属性 | |
| long | mStartTime = -1 |
| int | mCounter |
| int | mFps |
| final Paint | mPaint |
© 2012 amsoft.cn 名称:AbMonitorView.java 描述:阻塞测试View(显示页面停留时间,测试主界面阻塞情况).
|
inline |
构造阻塞测试View.
| context | the context |
|
inline |
构造阻塞测试View.
| context | the context |
| attributeset | the attributeset |
|
inlineprotected |
绘制
|
private |
The m counter.
|
private |
The m fps.
|
private |
The m paint.
|
private |
The m start time.
1.8.8