Searched refs:pright (Results 1 – 1 of 1) sorted by relevance
1158 final int pright = mPaddingRight; in onMeasure() local1172 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()1179 final float actualAspect = (float)(widthSize - pleft - pright) / in onMeasure()1189 pleft + pright; in onMeasure()1204 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure()1224 w += pleft + pright; in onMeasure()