Searched refs:pbottom (Results 1 – 1 of 1) sorted by relevance
1022 final int pbottom = mPaddingBottom; in onMeasure() local1037 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()1042 (heightSize - ptop - pbottom); in onMeasure()1050 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure()1067 ptop + pbottom; in onMeasure()1087 h += ptop + pbottom; in onMeasure()