Lines Matching refs:ViewGroup
22 import android.view.ViewGroup;
88 final ViewGroup contents = tabHost.getTabContentView();
119 * Returns the Viewgroup containing page contents for the page at the index specified.
121 private static ViewGroup getAppsCustomizePage(ViewGroup container, int index) {
122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index);
125 page = (ViewGroup) page.getChildAt(0);
151 ViewGroup newParent = null;
280 ViewGroup parentLayout;
281 ViewGroup itemContainer;
285 itemContainer = (ViewGroup) v.getParent();
286 parentLayout = (ViewGroup) itemContainer.getParent();
290 itemContainer = parentLayout = (ViewGroup) v.getParent();
310 ViewGroup newParent = null;
444 final ViewGroup contents = tabHost.getTabContentView();
494 final ViewGroup parent = (ViewGroup) v.getParent();
495 final ViewGroup launcher = (ViewGroup) parent.getParent();
558 ViewGroup container, int i) {
559 ViewGroup parent = (ViewGroup) container.getChildAt(i);
568 ViewGroup parent) {
607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i,
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v,
623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v,
668 final ViewGroup launcher = (ViewGroup) workspace.getParent();
669 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar);
670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat);