Searched refs:KeyguardInputViewController (Results 1 – 6 of 6) sorted by relevance
26 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()
49 public abstract class KeyguardInputViewController<T extends KeyguardInputView> class65 protected KeyguardInputViewController(T view, SecurityMode securityMode, in KeyguardInputViewController() method in KeyguardInputViewController240 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
46 extends KeyguardInputViewController<T> {
49 extends KeyguardInputViewController<KeyguardPatternView> {
66 private KeyguardInputViewController.Factory mKeyguardSecurityViewControllerFactory;72 private KeyguardInputViewController mKeyguardInputViewController;
116 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView>963 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView>