Searched refs:childViewRoot (Results 1 – 1 of 1) sorted by relevance
477 final View childViewRoot = new View(activity); in createChildBottomPanelWindowOnMain() local478 activity.getSystemService(WindowManager.class).addView(childViewRoot, attrs); in createChildBottomPanelWindowOnMain()479 return new ChildWindowHolder(childViewRoot); in createChildBottomPanelWindowOnMain()496 final View childViewRoot = new View(activity);497 activity.getSystemService(WindowManager.class).addView(childViewRoot, attrs);498 return new ChildWindowHolder(childViewRoot);