Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java1159 final int ptop = mPaddingTop; in onMeasure() local
1175 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1180 (heightSize - ptop - pbottom); in onMeasure()
1188 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure()
1205 ptop + pbottom; in onMeasure()
1225 h += ptop + pbottom; in onMeasure()