Searched defs:LockPatternView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java66 public class LockPatternView extends View { class in inherits:View
98 private static final String TAG = "LockPatternView";
269 public LockPatternView(Context context) { method in class:LockPatternView
273 public LockPatternView(Context context, AttributeSet attrs) { method in class:LockPatternView
276 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LockPatternView);
661 // Log.v(TAG, "LockPatternView dimensions: " + viewWidth + "x" + viewHeight);
1229 * Constructor called from {@link LockPatternView#onSaveInstanceState()}

Completed in 73 milliseconds