Searched refs:KeyguardInputViewController (Results 1 – 7 of 7) sorted by relevance
23 import com.android.keyguard.KeyguardInputViewController.Factory;44 private final List<KeyguardInputViewController<KeyguardInputView>> mChildren =53 KeyguardInputViewController.Factory keyguardSecurityViewControllerFactory, in KeyguardSecurityViewFlipperController()72 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reset()81 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reloadColors()87 KeyguardInputViewController<KeyguardInputView> getSecurityView(SecurityMode securityMode, in getSecurityView()89 KeyguardInputViewController<KeyguardInputView> childController = null; in getSecurityView()90 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in getSecurityView()137 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show()145 extends KeyguardInputViewController<KeyguardInputView> {
39 public abstract class KeyguardInputViewController<T extends KeyguardInputView> class72 protected KeyguardInputViewController(T view, SecurityMode securityMode, in KeyguardInputViewController() method in KeyguardInputViewController197 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
469 KeyguardInputViewController<KeyguardInputView> oldView = getCurrentSecurityController(); in showSecurityScreen()476 KeyguardInputViewController<KeyguardInputView> newView = changeSecurityMode(securityMode); in showSecurityScreen()567 private KeyguardInputViewController<KeyguardInputView> getCurrentSecurityController() { in getCurrentSecurityController()572 private KeyguardInputViewController<KeyguardInputView> changeSecurityMode( in changeSecurityMode()
42 extends KeyguardInputViewController<T> {
46 extends KeyguardInputViewController<KeyguardPatternView> {
89 private KeyguardInputViewController mInputViewController;169 .thenReturn((KeyguardInputViewController) mKeyguardPasswordViewController); in startDisappearAnimation_animatesKeyboard()261 .thenReturn((KeyguardInputViewController) mKeyguardPasswordViewController); in showSecurityScreen_oneHandedMode_bothFlagsDisabled_noOneHandedMode()275 .thenReturn((KeyguardInputViewController) mKeyguardPasswordViewController); in showSecurityScreen_oneHandedMode_deviceFlagDisabled_noOneHandedMode()289 .thenReturn((KeyguardInputViewController) mKeyguardPasswordViewController); in showSecurityScreen_oneHandedMode_sysUiFlagDisabled_noOneHandedMode()303 .thenReturn((KeyguardInputViewController) mKeyguardPasswordViewController); in showSecurityScreen_oneHandedMode_bothFlagsEnabled_oneHandedMode()317 .thenReturn((KeyguardInputViewController) mKeyguardPasswordViewController); in showSecurityScreen_twoHandedMode_bothFlagsEnabled_noOneHandedMode()
60 private KeyguardInputViewController.Factory mKeyguardSecurityViewControllerFactory;66 private KeyguardInputViewController mKeyguardInputViewController;