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 KeyguardInputView94 InteractionJankMonitor.getInstance().begin(KeyguardInputView.this, cuj); in getAnimationListener()
52 private final List<KeyguardInputViewController<KeyguardInputView>> mChildren =86 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in reset()102 for (KeyguardInputViewController<KeyguardInputView> child : mChildren) { in getSecurityView()132 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()134 (KeyguardInputView) view, in asynchronouslyInflateView()188 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show()198 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()90 KeyguardInputView securityView = getSecurityView(); in updateConstraints()
33 public abstract class KeyguardAbsKeyInputView extends KeyguardInputView {
51 public abstract class KeyguardInputViewController<T extends KeyguardInputView>252 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create()
49 public class KeyguardPatternView extends KeyguardInputView
619 KeyguardInputView securityView = mSecurityViewFlipper.getSecurityView(); in beginJankInstrument()
74 private KeyguardInputView mInputView;87 any(KeyguardInputView.class), any(SecurityMode.class), in setup()
129 @Mock private lateinit var inputViewController: KeyguardInputViewController<KeyguardInputView> in <lambda>()999 keyguardPasswordViewControllerMock as KeyguardInputViewController<KeyguardInputView> in <lambda>()