Searched refs:KeyguardInputViewController (Results 1 – 6 of 6) sorted by relevance
30 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()
51 public abstract class KeyguardInputViewController<T extends KeyguardInputView> class67 protected KeyguardInputViewController(T view, SecurityMode securityMode, in KeyguardInputViewController() method in KeyguardInputViewController252 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
47 extends KeyguardInputViewController<T> {
51 extends KeyguardInputViewController<KeyguardPatternView> {
66 private KeyguardInputViewController.Factory mKeyguardSecurityViewControllerFactory;72 private KeyguardInputViewController mKeyguardInputViewController;
129 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView> in <lambda>()999 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView> in <lambda>()