Searched refs:horizontalSpace (Results 1 – 2 of 2) sorted by relevance
100 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local117 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2 in onMeasure()126 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()