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

/frameworks/base/core/java/android/view/
H A DViewGroup.java1129 populated |= getChildAt(i).dispatchPopulateAccessibilityEvent(event);
1283 View child = getChildAt(i);
1295 getChildAt(i).setVisibility(visibilities[i]);
2161 removeViewInternal(index, getChildAt(index));
2344 * by calling {@link #getChildAt(int)}.
2378 * its parent is null and cannot be retrieved by a call to {@link #getChildAt(int)}.
2396 * its parent is null and cannot be retrieved by a call to {@link #getChildAt(int)}.
2414 * parent is null and cannot be retrieved by a call to {@link #getChildAt(int)}.
2433 * its parent is null and cannot be retrieved by a call to {@link #getChildAt(int)}.
3057 public View getChildAt(in method in class:ViewGroup
[all...]

Completed in 120 milliseconds