Home | History | Annotate | Download | only in launcher2

Lines Matching refs:child

243                     View child = visiblePages.get(i);
244 if (child instanceof PagedViewCellLayout) {
245 ((PagedViewCellLayout) child).resetChildrenOnKeyListeners();
246 } else if (child instanceof PagedViewGridLayout) {
247 ((PagedViewGridLayout) child).resetChildrenOnKeyListeners();
250 mAppsCustomizePane.removeView(child);
254 LayoutParams p = new FrameLayout.LayoutParams(child.getMeasuredWidth(),
255 child.getMeasuredHeight());
256 p.setMargins((int) child.getLeft(), (int) child.getTop(), 0, 0);
257 mAnimationBuffer.addView(child, p);
447 final View child = parent.getChildAt(i);
448 if (child == this) {
451 if (child.getVisibility() == GONE) {
454 child.setVisibility(visibility);