Searched refs:horizontalSpace (Results 1 – 3 of 3) sorted by relevance
98 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local115 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2 in onMeasure()124 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop()); in onMeasure()
163 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local178 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2 in onMeasure()187 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop()); in onMeasure()