Home | History | Annotate | Download | only in conversation

Lines Matching refs:horizontalSpace

163         final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec);
178 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2
187 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop());