Home
last modified time | relevance | path

Searched refs:KeyguardInputViewController (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipperController.java30 import com.android.keyguard.KeyguardInputViewController.Factory;
52 private final List<KeyguardInputViewController<KeyguardInputView>> mChildren =
64 KeyguardInputViewController.Factory keyguardSecurityViewControllerFactory, in KeyguardSecurityViewFlipperController()
86 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reset()
102 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in getSecurityView()
132 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()
188 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show()
198 void onViewInflated(KeyguardInputViewController<KeyguardInputView> controller); in onViewInflated()
DKeyguardInputViewController.java51 public abstract class KeyguardInputViewController<T extends KeyguardInputView> class
67 protected KeyguardInputViewController(T view, SecurityMode securityMode, in KeyguardInputViewController() method in KeyguardInputViewController
252 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
DKeyguardAbsKeyInputViewController.java47 extends KeyguardInputViewController<T> {
DKeyguardPatternViewController.java51 extends KeyguardInputViewController<KeyguardPatternView> {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java66 private KeyguardInputViewController.Factory mKeyguardSecurityViewControllerFactory;
72 private KeyguardInputViewController mKeyguardInputViewController;
DKeyguardSecurityContainerControllerTest.kt129 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView> in <lambda>()
999 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView> in <lambda>()