Searched refs:pleft (Results 1 – 1 of 1) sorted by relevance
1019 final int pleft = mPaddingLeft; in onMeasure() local1034 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()1041 final float actualAspect = (float)(widthSize - pleft - pright) / in onMeasure()1051 pleft + pright; in onMeasure()1066 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure()1086 w += pleft + pright; in onMeasure()