Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipperController.java132 KeyguardInputViewController<KeyguardInputView> childController = in asynchronouslyInflateView()
136 childController.init(); in asynchronouslyInflateView()
137 mChildren.add(childController); in asynchronouslyInflateView()
139 onViewInflatedListener.onViewInflated(childController); in asynchronouslyInflateView()
188 public void show(KeyguardInputViewController<KeyguardInputView> childController) { in show() argument
189 int index = childController.getIndexIn(mView); in show()