Searched refs:pbottom (Results 1 – 1 of 1) sorted by relevance
1158 final int pbottom = mPaddingBottom; in onMeasure() local1173 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()1178 (heightSize - ptop - pbottom); in onMeasure()1186 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure()1203 ptop + pbottom; in onMeasure()1223 h += ptop + pbottom; in onMeasure()