public class UISuperView extends View
UISuperView(Context context)
UISuperView(Context context, AttributeSet attrs)
UISuperView(Context context, AttributeSet attrs, int defStyle)
void
draw(Canvas canvas)
protected void
onDraw(Canvas canvas)
onMeasure(int widthMeasureSpec, int heightMeasureSpec)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UISuperView(Context context, AttributeSet attrs, int defStyle)
public UISuperView(Context context, AttributeSet attrs)
public UISuperView(Context context)
protected void onDraw(Canvas canvas)
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
public void draw(Canvas canvas)