Searched refs:childHolder (Results 1 – 1 of 1) sorted by relevance
346 FrameLayout childHolder = new FrameLayout(mActivity); in injectVrRootView() local347 mNonVrViews.addView(childHolder); in injectVrRootView()348 childHolder.addView(content); in injectVrRootView()376 ViewGroup childHolder = (ViewGroup) mNonVrViews.getChildAt(0); in removeVrRootView() local379 int children = childHolder.getChildCount(); in removeVrRootView()382 View child = childHolder.getChildAt(0); in removeVrRootView()383 childHolder.removeView(child); in removeVrRootView()