public class BasePatternActivity
extends AppCompatActivity
| Modifier and Type | Field and Description |
|---|---|
protected android.widget.LinearLayout |
mButtonContainer |
protected android.widget.Button |
mLeftButton |
protected android.widget.TextView |
mMessageText |
protected PatternView |
mPatternView |
protected android.widget.Button |
mRightButton |
| Constructor and Description |
|---|
BasePatternActivity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onCreate(android.os.Bundle savedInstanceState) |
protected void |
postClearPatternRunnable() |
protected void |
removeClearPatternRunnable() |
protected android.widget.TextView mMessageText
protected PatternView mPatternView
protected android.widget.LinearLayout mButtonContainer
protected android.widget.Button mLeftButton
protected android.widget.Button mRightButton