Searched refs:getChildrenLayout (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java159 mContent.getChildrenLayout().setMotionEventSplittingEnabled(false);
796 CellLayoutChildren boundingLayout = currentPage.getChildrenLayout();
889 return mContent.getChildrenLayout().getChildCount();
893 return mContent.getChildrenLayout().getChildAt(index);
H A DPagedViewCellLayout.java164 public PagedViewCellLayoutChildren getChildrenLayout() { method in class:PagedViewCellLayout
H A DWorkspace.java3041 cellLayout.getChildrenLayout().measureChild(view);
3278 if (layout.getChildrenLayout().indexOfChild(v) > -1) {
3308 childrenLayouts.add(((CellLayout) getChildAt(screen)).getChildrenLayout());
3311 childrenLayouts.add(mLauncher.getHotseat().getLayout().getChildrenLayout());
3371 final ViewGroup layout = layoutParent.getChildrenLayout();
H A DCellLayout.java329 public CellLayoutChildren getChildrenLayout() { method in class:CellLayout
961 CellLayoutChildren clc = getChildrenLayout();
H A DFocusHelper.java537 final CellLayoutChildren children = layout.getChildrenLayout();
H A DAppsCustomizePagedView.java296 PagedViewCellLayoutChildren childrenLayout = layout.getChildrenLayout();

Completed in 183 milliseconds