Home
last modified time | relevance | path

Searched refs:KeyguardInputView (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardInputView.java36 public abstract class KeyguardInputView extends LinearLayout { class
42 public KeyguardInputView(Context context) { in KeyguardInputView() method in KeyguardInputView
46 public KeyguardInputView(Context context, in KeyguardInputView() method in KeyguardInputView
51 public KeyguardInputView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in KeyguardInputView() method in KeyguardInputView
87 InteractionJankMonitor.getInstance().begin(KeyguardInputView.this, cuj); in getAnimationListener()
H A DKeyguardSecurityViewFlipperController.java48 private final List<KeyguardInputViewController<KeyguardInputView>> mChildren =
82 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reset()
98 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in getSecurityView()
129 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()
131 (KeyguardInputView) view.findViewById(viewID), in asynchronouslyInflateView()
168 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show()
178 void onViewInflated(KeyguardInputViewController<KeyguardInputView> controller); in onViewInflated()
H A DKeyguardSecurityViewFlipper.java70 KeyguardInputView getSecurityView() { in getSecurityView()
72 if (child instanceof KeyguardInputView) { in getSecurityView()
73 return (KeyguardInputView) child; in getSecurityView()
79 KeyguardInputView ksv = getSecurityView(); in getTitle()
H A DKeyguardAbsKeyInputView.java33 public abstract class KeyguardAbsKeyInputView extends KeyguardInputView {
H A DKeyguardInputViewController.java49 public abstract class KeyguardInputViewController<T extends KeyguardInputView>
240 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
H A DKeyguardPatternView.java43 public class KeyguardPatternView extends KeyguardInputView
H A DKeyguardSecurityContainer.java616 KeyguardInputView securityView = mSecurityViewFlipper.getSecurityView(); in beginJankInstrument()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperControllerTest.java74 private KeyguardInputView mInputView;
87 any(KeyguardInputView.class), any(SecurityMode.class), in setup()
H A DKeyguardSecurityContainerControllerTest.kt116 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView>
963 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView>