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

/frameworks/base/core/java/android/widget/
H A DListView.java2377 final int numChildren = getChildCount();
2378 if (mItemsCanFocus && numChildren > 0 && mSelectedPosition != INVALID_POSITION) {
2597 final int numChildren = getChildCount();
2602 measureAndAdjustDown(topView, topViewIndex, numChildren);
2608 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren);
2617 * @param numChildren The number of children in the view group.
2619 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { argument
2628 for (int i = childIndex + 1; i < numChildren; i++) {
2697 int numChildren = getChildCount();
2700 int indexToMakeVisible = numChildren
[all...]

Completed in 58 milliseconds