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