Searched refs:measuredPaddedHeight (Results 1 – 1 of 1) sorted by relevance
904 final int measuredPaddedHeight = getMeasuredHeight() - paddingTop - paddingBottom; in onLayout() local905 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout()