Searched refs:totalWidth (Results 1 – 2 of 2) sorted by relevance
1044 float totalWidth = 0; in elideParticipants() local1059 totalWidth += sPaint.measureText(toHeader.toString()); in elideParticipants()1075 totalWidth += messageInfoWidth; in elideParticipants()1111 if (width + totalWidth > mSendersWidth) { in elideParticipants()1115 width = mSendersWidth - totalWidth; // ellipsis width? in elideParticipants()1122 totalWidth += width; in elideParticipants()
370 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData; in onMeasure() local371 dataWidth = ((totalWidth * mDataViewWidthWeight) in onMeasure()373 labelWidth = ((totalWidth * mLabelViewWidthWeight) / in onMeasure()