Searched refs:childSize (Results 1 – 6 of 6) sorted by relevance
735 int childSize, int startMargin, int endMargin, int startPadding, in getChildMeasureSpec() argument749 } else if (childSize >= 0) { in getChildMeasureSpec()751 childSpecSize = childSize; in getChildMeasureSpec()783 if (childSize >= 0) { in getChildMeasureSpec()789 childSpecSize = Math.min(maxAvailable, childSize); in getChildMeasureSpec()792 childSpecSize = childSize; in getChildMeasureSpec()794 } else if (childSize == LayoutParams.MATCH_PARENT) { in getChildMeasureSpec()799 } else if (childSize == LayoutParams.WRAP_CONTENT) { in getChildMeasureSpec()
293 final int childSize = helper in keepFocusOnResizeTest() local295 expectedOffset = childSize / 3; in keepFocusOnResizeTest()
820 final int childSize = mOrientationHelper.getDecoratedMeasurement(child);821 if (childSize > mOrientationHelper.getTotalSpace()) {2227 final int childSize = mOrientationHelper.getDecoratedMeasurement(child);2228 final int estimatedChildStart = mCoordinate - childSize;
864 final int childSize = mPrimaryOrientation.getDecoratedMeasurement(child);865 if (childSize > mPrimaryOrientation.getTotalSpace()) {
7768 private static boolean isMeasurementUpToDate(int childSize, int spec, int dimension) { in isMeasurementUpToDate() argument7771 if (dimension > 0 && childSize != dimension) { in isMeasurementUpToDate()7778 return specSize >= childSize; in isMeasurementUpToDate()7780 return specSize == childSize; in isMeasurementUpToDate()
417 int childSize = node.mChildNodes.size(); in endRemainingAnimations() local418 for (int i = 0; i < childSize; i++) { in endRemainingAnimations()