Home | History | Annotate | Download | only in browser

Lines Matching refs:childIndex

244         int childIndex = 1;
251 getChildAt(childIndex).setVisibility(View.GONE);
252 childIndex++;
255 if (getChildAt(childIndex) != null) {
256 getChildAt(childIndex).setVisibility(View.GONE);
258 childIndex++;
265 while (childIndex < childCount) {
266 getChildAt(childIndex).setVisibility(View.VISIBLE);
267 childIndex++;
271 for (int i = childIndex; i < count ; i++) {