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);
115 mChildren.addView(child, index, lp);
124 mChildren.removeAllViews();
130 mChildren.removeViewAt(index);
137 int childCount = mChildren.getChildCount();
139 mChildren.getChildAt(j).setOnKeyListener(null);
145 return mChildren.getChildCount();
149 return mChildren;
154 return mChildren.getChildAt(i);
159 return mChildren.indexOfChild(v);
192 mChildren.setGap(mWidthGap, mHeightGap);
271 mChildren.enableCenteredContent(enabled);
276 mChildren.setChildrenDrawingCacheEnabled(enabled);
288 mChildren.setGap(widthGap, heightGap);