Home | History | Annotate | Download | only in widget

Lines Matching refs:numChildren

454         int numChildren = getChildCount();
461 for (int i = 0; i < numChildren; i++) {
472 for (int i = numChildren - 1; i >= 0; i--) {
682 int numChildren = getChildCount();
686 View prevIterationView = getChildAt(numChildren - 1);
691 curPosition = mFirstPosition + numChildren;