Home | History | Annotate | Download | only in browse

Lines Matching defs:fixedWidth

1098     private boolean canFitFragment(int width, int line, int fixedWidth) {
1100 return width + fixedWidth <= mSendersWidth;
1156 int fixedWidth = 0;
1165 fixedWidth += senderFragment.width;
1173 totalWidth = ellipsize(fixedWidth);
1276 private int ellipsize(int fixedWidth) {
1297 fixedWidth -= width;
1299 if (!canFitFragment(totalWidth + width, currentLine, fixedWidth)) {
1324 width -= fixedWidth;