Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperController.java129 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()
133 childController.init(); in asynchronouslyInflateView()
134 mChildren.add(childController); in asynchronouslyInflateView()
136 onViewInflatedListener.onViewInflated(childController); in asynchronouslyInflateView()
168 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show() argument
169 int index = childController.getIndexIn(mView); in show()