Searched refs:numChildren (Results 1 – 5 of 5) sorted by relevance
164 int numChildren = children.size(); in addURI()167 for (j = 0; j < numChildren; j++) { in addURI()174 if (j == numChildren) { in addURI()
463 int numChildren = getChildCount(); in detachOffScreenChildren() local470 for (int i = 0; i < numChildren; i++) { in detachOffScreenChildren()471 int n = mIsRtl ? (numChildren - 1 - i) : i; in detachOffScreenChildren()486 for (int i = numChildren - 1; i >= 0; i--) { in detachOffScreenChildren()487 int n = mIsRtl ? numChildren - 1 - i : i; in detachOffScreenChildren()678 int numChildren = getChildCount(); in fillToGalleryLeftRtl() local682 View prevIterationView = getChildAt(numChildren - 1); in fillToGalleryLeftRtl()687 curPosition = mFirstPosition + numChildren; in fillToGalleryLeftRtl()780 int numChildren = getChildCount(); in fillToGalleryRightLtr() local784 View prevIterationView = getChildAt(numChildren - 1); in fillToGalleryRightLtr()[all …]
2300 final int numChildren = getChildCount(); in handleHorizontalFocusWithinListItem() local2301 if (mItemsCanFocus && numChildren > 0 && mSelectedPosition != INVALID_POSITION) { in handleHorizontalFocusWithinListItem()2479 final int numChildren = getChildCount(); in handleNewSelectionChange() local2484 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()2490 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren); in handleNewSelectionChange()2501 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { in measureAndAdjustDown() argument2510 for (int i = childIndex + 1; i < numChildren; i++) { in measureAndAdjustDown()2579 final int numChildren = getChildCount(); in amountToScroll() local2582 int indexToMakeVisible = numChildren - 1; in amountToScroll()2608 if ((mFirstPosition + numChildren) == mItemCount) { in amountToScroll()[all …]
586 int numChildren = parent.getChildCount(); in runChangeTransition() local588 for (int i = 0; i < numChildren; ++i) { in runChangeTransition()
2084 int numChildren = mPile.getChildCount();2088 final ArrayList<View> snapshot = new ArrayList<View>(numChildren);2089 for (int i=0; i<numChildren; i++) {