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

/frameworks/base/core/java/android/widget/
H A DListView.java2374 final int numChildren = getChildCount();
2375 if (mItemsCanFocus && numChildren > 0 && mSelectedPosition != INVALID_POSITION) {
2581 final int numChildren = getChildCount();
2586 measureAndAdjustDown(topView, topViewIndex, numChildren);
2592 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren);
2601 * @param numChildren The number of children in the view group.
2603 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { argument
2612 for (int i = childIndex + 1; i < numChildren; i++) {
2681 int numChildren = getChildCount();
2684 int indexToMakeVisible = numChildren
[all...]

Completed in 54 milliseconds