Searched refs:pbottom (Results 1 – 1 of 1) sorted by relevance
907 int pbottom = mPaddingBottom; in onMeasure() local922 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()927 (heightSize - ptop - pbottom); in onMeasure()935 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure()952 ptop + pbottom; in onMeasure()972 h += ptop + pbottom; in onMeasure()