public class CodeView
extends AppCompatEditText
Constructor and Description |
---|
CodeView(Context context) |
CodeView(Context context,
AttributeSet attrs) |
CodeView(Context context,
AttributeSet attrs,
int defStyleAttr) |
Modifier and Type | Method and Description |
---|---|
protected void |
onDraw(Canvas canvas) |
protected void |
onMeasure(int widthMeasureSpec,
int heightMeasureSpec) |
void |
onRestoreInstanceState(Parcelable state) |
Parcelable |
onSaveInstanceState() |
boolean |
onTouchEvent(MotionEvent event) |
void |
setLength(int length) |
public CodeView(Context context)
public CodeView(Context context, AttributeSet attrs)
public CodeView(Context context, AttributeSet attrs, int defStyleAttr)
public boolean onTouchEvent(MotionEvent event)
public Parcelable onSaveInstanceState()
public void onRestoreInstanceState(Parcelable state)
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
protected void onDraw(Canvas canvas)
public void setLength(int length)