Home | History | Annotate | Download | only in widget

Lines Matching refs:pleft

798         int pleft = mPaddingLeft;
813 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec);
820 float actualAspect = (float)(widthSize - pleft - pright) /
830 pleft + pright;
845 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) +
865 w += pleft + pright;