Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mChildren

48     protected PagedViewCellLayoutChildren mChildren;
74 mChildren = new PagedViewCellLayoutChildren(context);
75 mChildren.setCellDimensions(mCellWidth, mCellHeight);
76 mChildren.setGap(mWidthGap, mHeightGap);
78 addView(mChildren);
126 mChildren.addView(child, index, lp);
135 mChildren.removeAllViews();
141 mChildren.removeViewAt(index);
148 int childCount = mChildren.getChildCount();
150 mChildren.getChildAt(j).setOnKeyListener(null);
156 return mChildren.getChildCount();
160 return mChildren;
165 return mChildren.getChildAt(i);
170 return mChildren.indexOfChild(v);
203 mChildren.setGap(mWidthGap, mHeightGap);
282 mChildren.enableCenteredContent(enabled);
287 mChildren.setChildrenDrawingCacheEnabled(enabled);
299 mChildren.setGap(widthGap, heightGap);