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

Public 成员函数

 LetterView (Context context, AttributeSet attrs, int defStyle)
 
 LetterView (Context context, AttributeSet attrs)
 
 LetterView (Context context)
 
ListView getListView ()
 
void setListView (ListView listView)
 
boolean onTouchEvent (MotionEvent event)
 

Protected 成员函数

void onDraw (Canvas canvas)
 

Private 成员函数

void init ()
 

Private 属性

ListView listView
 
char[] l
 
Paint paint
 
float widthCenter
 
float singleHeight
 
GradientDrawable gradientDrawable = null
 

详细描述

The Class LetterView.

构造及析构函数说明

com.ab.view.sample.AbLetterFilterListView.LetterView.LetterView ( Context  context,
AttributeSet  attrs,
int  defStyle 
)
inline

Instantiates a new letter view.

参数
contextthe context
attrsthe attrs
defStylethe def style
com.ab.view.sample.AbLetterFilterListView.LetterView.LetterView ( Context  context,
AttributeSet  attrs 
)
inline

Instantiates a new letter view.

参数
contextthe context
attrsthe attrs
com.ab.view.sample.AbLetterFilterListView.LetterView.LetterView ( Context  context)
inline

Instantiates a new letter view.

参数
contextthe context

成员函数说明

ListView com.ab.view.sample.AbLetterFilterListView.LetterView.getListView ( )
inline

Gets the list view.

返回
the list view
void com.ab.view.sample.AbLetterFilterListView.LetterView.init ( )
inlineprivate

Inits the.

void com.ab.view.sample.AbLetterFilterListView.LetterView.onDraw ( Canvas  canvas)
inlineprotected
boolean com.ab.view.sample.AbLetterFilterListView.LetterView.onTouchEvent ( MotionEvent  event)
inline
void com.ab.view.sample.AbLetterFilterListView.LetterView.setListView ( ListView  listView)
inline

Sets the list view.

参数
listViewthe new list view

类成员变量说明

GradientDrawable com.ab.view.sample.AbLetterFilterListView.LetterView.gradientDrawable = null
private

The gradient drawable.

char [] com.ab.view.sample.AbLetterFilterListView.LetterView.l
private

The l.

ListView com.ab.view.sample.AbLetterFilterListView.LetterView.listView
private

The list.

Paint com.ab.view.sample.AbLetterFilterListView.LetterView.paint
private

The paint.

float com.ab.view.sample.AbLetterFilterListView.LetterView.singleHeight
private

字母之间的间距.

float com.ab.view.sample.AbLetterFilterListView.LetterView.widthCenter
private

The width center.


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