Searched refs:pright (Results 1 – 1 of 1) sorted by relevance
1168 final int pright = mPaddingRight; in onMeasure() local1182 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()1189 final float actualAspect = (float)(widthSize - pleft - pright) / in onMeasure()1199 pleft + pright; in onMeasure()1214 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure()1234 w += pleft + pright; in onMeasure()