Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperController.java26 import com.android.keyguard.KeyguardInputViewController.Factory;
48 private final List<KeyguardInputViewController<KeyguardInputView>> mChildren =
60 KeyguardInputViewController.Factory keyguardSecurityViewControllerFactory, in KeyguardSecurityViewFlipperController()
82 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reset()
98 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in getSecurityView()
129 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()
168 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show()
178 void onViewInflated(KeyguardInputViewController<KeyguardInputView> controller); in onViewInflated()
H A DKeyguardInputViewController.java49 public abstract class KeyguardInputViewController<T extends KeyguardInputView> class
65 protected KeyguardInputViewController(T view, SecurityMode securityMode, in KeyguardInputViewController() method in KeyguardInputViewController
240 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
H A DKeyguardAbsKeyInputViewController.java46 extends KeyguardInputViewController<T> {
H A DKeyguardPatternViewController.java49 extends KeyguardInputViewController<KeyguardPatternView> {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperControllerTest.java66 private KeyguardInputViewController.Factory mKeyguardSecurityViewControllerFactory;
72 private KeyguardInputViewController mKeyguardInputViewController;
H A DKeyguardSecurityContainerControllerTest.kt116 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView>
963 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView>