Home
last modified time | relevance | path

Searched refs:KeyguardPatternView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPatternView.java42 public class KeyguardPatternView extends LinearLayout implements KeyguardSecurityView, class
101 public KeyguardPatternView(Context context) { in KeyguardPatternView() method in KeyguardPatternView
105 public KeyguardPatternView(Context context, AttributeSet attrs) { in KeyguardPatternView() method in KeyguardPatternView
431 }, KeyguardPatternView.this); in startDisappearAnimation()
DKeyguardPINView.java62 (long) (125 * KeyguardPatternView.DISAPPEAR_MULTIPLIER_LOCKED), in KeyguardPINView()