Searched refs:unpaddedHeight (Results 1 – 1 of 1) sorted by relevance
64 int unpaddedWidth, unpaddedHeight, parentUnpaddedWidth, parentUnpaddedHeight; in onLayout() local82 unpaddedHeight = child.getMeasuredHeight() - childPaddingTop - childPaddingBottom; in onLayout()87 if (parentUnpaddedWidth * unpaddedHeight > parentUnpaddedHeight * unpaddedWidth) { in onLayout()90 / unpaddedHeight + childPaddingLeft + childPaddingRight; in onLayout()98 final int scaledChildHeight = unpaddedHeight * parentUnpaddedWidth in onLayout()