Searched defs:getChildAt (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayoutChildren.java56 public View getChildAt(int x, int y) { method in class:CellLayoutChildren
59 View child = getChildAt(i);
74 View child = getChildAt(i);
102 final View child = getChildAt(i);
146 final View child = getChildAt(i);
155 final View view = getChildAt(i);
H A DCellLayout.java331 return (CellLayoutChildren) getChildAt(0);
540 final View child = getChildAt(i);
606 markCellsAsUnoccupiedForView(mChildren.getChildAt(index));
619 markCellsAsUnoccupiedForView(mChildren.getChildAt(i));
627 markCellsAsUnoccupiedForView(mChildren.getChildAt(i));
655 final View child = mChildren.getChildAt(i);
864 View child = getChildAt(i);
878 View child = getChildAt(i);
944 getChildAt(i).setAlpha(alpha);
951 getChildAt(
955 public View getChildAt(int x, int y) { method in class:CellLayout
[all...]

Completed in 97 milliseconds