Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperController.java23 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> {
H A DKeyguardInputViewController.java39 public abstract class KeyguardInputViewController<T extends KeyguardInputView> class
72 protected KeyguardInputViewController(T view, SecurityMode securityMode, in KeyguardInputViewController() method in KeyguardInputViewController
197 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
H A DKeyguardSecurityContainerController.java469 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()
H A DKeyguardAbsKeyInputViewController.java42 extends KeyguardInputViewController<T> {
H A DKeyguardPatternViewController.java46 extends KeyguardInputViewController<KeyguardPatternView> {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.java89 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()
H A DKeyguardSecurityViewFlipperControllerTest.java60 private KeyguardInputViewController.Factory mKeyguardSecurityViewControllerFactory;
66 private KeyguardInputViewController mKeyguardInputViewController;