Searched refs:mSendersWidth (Results 1 – 1 of 1) sorted by relevance
169 private int mSendersWidth; field in ConversationItemView867 final int w = mSendersWidth; in layoutParticipantText()1012 mSendersWidth = (isRtl) ? in calculateCoordinates()1022 if (mSendersWidth < 0) { in calculateCoordinates()1023 mSendersWidth = 0; in calculateCoordinates()1029 mSendersWidth, Alignment.ALIGN_NORMAL, 1, 0, true); in calculateCoordinates()1111 if (width + totalWidth > mSendersWidth) { in elideParticipants()1115 width = mSendersWidth - totalWidth; // ellipsis width? in elideParticipants()