Searched refs:pright (Results 1 – 1 of 1) sorted by relevance
980 int pright = mPaddingRight; in onMeasure() local994 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()1001 float actualAspect = (float)(widthSize - pleft - pright) / in onMeasure()1011 pleft + pright; in onMeasure()1026 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure()1046 w += pleft + pright; in onMeasure()