public class RRelativeLayout extends RelativeLayout implements RHelper<RBaseHelper>
| 构造器和说明 |
|---|
RRelativeLayout(Context context) |
RRelativeLayout(Context context,
AttributeSet attrs) |
RRelativeLayout(Context context,
AttributeSet attrs,
int defStyleAttr) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dispatchDraw(Canvas canvas) |
RBaseHelper |
getHelper() |
protected void |
onLayout(boolean changed,
int left,
int top,
int right,
int bottom) |
public RRelativeLayout(Context context)
public RRelativeLayout(Context context,
AttributeSet attrs)
public RRelativeLayout(Context context,
AttributeSet attrs,
int defStyleAttr)
public RBaseHelper getHelper()
getHelper 在接口中 RHelper<RBaseHelper>public void dispatchDraw(Canvas canvas)
protected void onLayout(boolean changed,
int left,
int top,
int right,
int bottom)