Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java1166 final int pbottom = mPaddingBottom; in onMeasure() local
1181 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1186 (heightSize - ptop - pbottom); in onMeasure()
1194 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure()
1211 ptop + pbottom; in onMeasure()
1231 h += ptop + pbottom; in onMeasure()