Home | History | Annotate | Download | only in browse

Lines Matching refs:totalWidth

1044         float totalWidth = 0;
1059 totalWidth += sPaint.measureText(toHeader.toString());
1075 totalWidth += messageInfoWidth;
1111 if (width + totalWidth > mSendersWidth) {
1115 width = mSendersWidth - totalWidth; // ellipsis width?
1122 totalWidth += width;