Lines Matching full:getparent
77 ViewParent p = v.getParent();
79 p = p.getParent();
145 final PagedViewGridLayout parent = (PagedViewGridLayout) w.getParent();
146 final PagedView container = (PagedView) parent.getParent();
293 if (v.getParent() instanceof PagedViewCellLayoutChildren) {
294 itemContainer = (ViewGroup) v.getParent();
295 parentLayout = (ViewGroup) itemContainer.getParent();
299 itemContainer = parentLayout = (ViewGroup) v.getParent();
306 final PagedView container = (PagedView) parentLayout.getParent();
451 final FocusOnlyTabWidget parent = (FocusOnlyTabWidget) v.getParent();
504 final ViewGroup parent = (ViewGroup) v.getParent();
505 final ViewGroup launcher = (ViewGroup) parent.getParent();
675 CellLayoutChildren parent = (CellLayoutChildren) v.getParent();
676 final CellLayout layout = (CellLayout) parent.getParent();
677 final Workspace workspace = (Workspace) layout.getParent();
678 final ViewGroup launcher = (ViewGroup) workspace.getParent();
830 CellLayoutChildren parent = (CellLayoutChildren) v.getParent();
831 final CellLayout layout = (CellLayout) parent.getParent();
832 final Folder folder = (Folder) layout.getParent();