Searched refs:pleft (Results 1 – 1 of 1) sorted by relevance
798 int pleft = mPaddingLeft; in onMeasure() local813 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()820 float actualAspect = (float)(widthSize - pleft - pright) / in onMeasure()830 pleft + pright; in onMeasure()845 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure()865 w += pleft + pright; in onMeasure()