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