Searched refs:childController (Results 1 – 1 of 1) sorted by relevance
129 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() argument169 int index = childController.getIndexIn(mView); in show()