AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Protected 成员函数 | Private 属性 | 所有成员列表
com.ab.view.app.AbMonitorView类 参考
类 com.ab.view.app.AbMonitorView 继承关系图:

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(显示页面停留时间,测试主界面阻塞情况).

作者
还如一梦中
版本
v1.0
日期
:2013-8-23 下午2:03:29

构造及析构函数说明

com.ab.view.app.AbMonitorView.AbMonitorView ( Context  context)
inline

构造阻塞测试View.

参数
contextthe context
com.ab.view.app.AbMonitorView.AbMonitorView ( Context  context,
AttributeSet  attributeset 
)
inline

构造阻塞测试View.

参数
contextthe context
attributesetthe attributeset

成员函数说明

void com.ab.view.app.AbMonitorView.onDraw ( Canvas  canvas)
inlineprotected

绘制

类成员变量说明

int com.ab.view.app.AbMonitorView.mCounter
private

The m counter.

int com.ab.view.app.AbMonitorView.mFps
private

The m fps.

final Paint com.ab.view.app.AbMonitorView.mPaint
private

The m paint.

long com.ab.view.app.AbMonitorView.mStartTime = -1
private

The m start time.


该类的文档由以下文件生成: