Searched refs:KeyguardInputView (Results 1 – 9 of 9) sorted by relevance
36 public abstract class KeyguardInputView extends LinearLayout { class42 public KeyguardInputView(Context context) { in KeyguardInputView() method in KeyguardInputView46 public KeyguardInputView(Context context, in KeyguardInputView() method in KeyguardInputView51 public KeyguardInputView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in KeyguardInputView() method in KeyguardInputView87 InteractionJankMonitor.getInstance().begin(KeyguardInputView.this, cuj); in getAnimationListener()
48 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()
70 KeyguardInputView getSecurityView() { in getSecurityView()72 if (child instanceof KeyguardInputView) { in getSecurityView()73 return (KeyguardInputView) child; in getSecurityView()79 KeyguardInputView ksv = getSecurityView(); in getTitle()
33 public abstract class KeyguardAbsKeyInputView extends KeyguardInputView {
49 public abstract class KeyguardInputViewController<T extends KeyguardInputView>240 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
43 public class KeyguardPatternView extends KeyguardInputView
616 KeyguardInputView securityView = mSecurityViewFlipper.getSecurityView(); in beginJankInstrument()
74 private KeyguardInputView mInputView;87 any(KeyguardInputView.class), any(SecurityMode.class), in setup()
116 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView>963 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView>