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

/frameworks/base/core/java/android/widget/
H A DListView.java2300 final int numChildren = getChildCount();
2301 if (mItemsCanFocus && numChildren > 0 && mSelectedPosition != INVALID_POSITION) {
2479 final int numChildren = getChildCount();
2484 measureAndAdjustDown(topView, topViewIndex, numChildren);
2490 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren);
2499 * @param numChildren The number of children in the view group.
2501 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { argument
2510 for (int i = childIndex + 1; i < numChildren; i++) {
2579 final int numChildren = getChildCount();
2582 int indexToMakeVisible = numChildren
[all...]

Completed in 82 milliseconds