Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsSeekBar.java671 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;
DSimpleMonthView.java901 final int paddedHeight = paddedBottom - paddingTop; in onLayout() local
902 if (paddedWidth == mPaddedWidth || paddedHeight == mPaddedHeight) { in onLayout()
907 mPaddedHeight = paddedHeight; in onLayout()
912 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout()