Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mChildren

44     protected PagedViewCellLayoutChildren mChildren;
68 mChildren = new PagedViewCellLayoutChildren(context);
69 mChildren.setCellDimensions(mCellWidth, mCellHeight);
70 mChildren.setGap(mWidthGap, mHeightGap);
72 addView(mChildren);
109 mChildren.addView(child, index, lp);
118 mChildren.removeAllViews();
124 mChildren.removeViewAt(index);
131 int childCount = mChildren.getChildCount();
133 mChildren.getChildAt(j).setOnKeyListener(null);
139 return mChildren.getChildCount();
143 return mChildren;
148 return mChildren.getChildAt(i);
153 return mChildren.indexOfChild(v);
186 mChildren.setGap(mWidthGap, mHeightGap);
265 mChildren.enableCenteredContent(enabled);
270 mChildren.setChildrenDrawingCacheEnabled(enabled);
282 mChildren.setGap(widthGap, heightGap);