Home
last modified time | relevance | path

Searched refs:KeyguardInputView (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputView.java36 public abstract class KeyguardInputView extends LinearLayout { class
42 public KeyguardInputView(Context context) { in KeyguardInputView() method in KeyguardInputView
46 public KeyguardInputView(Context context, in KeyguardInputView() method in KeyguardInputView
51 public KeyguardInputView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in KeyguardInputView() method in KeyguardInputView
94 InteractionJankMonitor.getInstance().begin(KeyguardInputView.this, cuj); in getAnimationListener()
DKeyguardSecurityViewFlipperController.java52 private final List<KeyguardInputViewController<KeyguardInputView>> mChildren =
86 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reset()
102 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in getSecurityView()
132 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()
134 (KeyguardInputView) view, in asynchronouslyInflateView()
188 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show()
198 void onViewInflated(KeyguardInputViewController<KeyguardInputView> controller); in onViewInflated()
DKeyguardSecurityViewFlipper.java70 KeyguardInputView getSecurityView() { in getSecurityView()
72 if (child instanceof KeyguardInputView) { in getSecurityView()
73 return (KeyguardInputView) child; in getSecurityView()
79 KeyguardInputView ksv = getSecurityView(); in getTitle()
90 KeyguardInputView securityView = getSecurityView(); in updateConstraints()
DKeyguardAbsKeyInputView.java33 public abstract class KeyguardAbsKeyInputView extends KeyguardInputView {
DKeyguardInputViewController.java51 public abstract class KeyguardInputViewController<T extends KeyguardInputView>
252 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
DKeyguardPatternView.java49 public class KeyguardPatternView extends KeyguardInputView
DKeyguardSecurityContainer.java619 KeyguardInputView securityView = mSecurityViewFlipper.getSecurityView(); in beginJankInstrument()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java74 private KeyguardInputView mInputView;
87 any(KeyguardInputView.class), any(SecurityMode.class), in setup()
DKeyguardSecurityContainerControllerTest.kt129 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView> in <lambda>()
999 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView> in <lambda>()