Home
last modified time | relevance | path

Searched refs:measuredPaddedHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java909 final int measuredPaddedHeight = getMeasuredHeight() - paddingTop - paddingBottom; in onLayout() local
910 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout()