Searched refs:paddedHeight (Results 1 – 2 of 2) sorted by relevance
671 final int paddedHeight = h - mPaddingTop - mPaddingBottom;677 final int trackHeight = Math.min(mMaxHeight, paddedHeight);684 final int offsetHeight = (paddedHeight - thumbHeight) / 2;688 final int offsetHeight = (paddedHeight - trackHeight) / 2;
901 final int paddedHeight = paddedBottom - paddingTop; in onLayout() local902 if (paddedWidth == mPaddedWidth || paddedHeight == mPaddedHeight) { in onLayout()907 mPaddedHeight = paddedHeight; in onLayout()912 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout()