Searched refs:setMaxLines (Results 1 – 13 of 13) sorted by relevance
68 mTv.setMaxLines(mCollapsed ? mMaxCollapsedLines : Integer.MAX_VALUE); in onClick()83 mTv.setMaxLines(Integer.MAX_VALUE); in onMeasure()96 mTv.setMaxLines(mMaxCollapsedLines); in onMeasure()
48 public void setMaxLines(int maxlines) { in setMaxLines() method in EllipsizedMultilineTextView49 super.setMaxLines(maxlines); in setMaxLines()
100 mText1.setMaxLines(2); in bindAsSuggestion()104 mText1.setMaxLines(1); in bindAsSuggestion()
36 summary.setMaxLines(20); in onBindViewHolder()
43 ((TextView)view.findViewById(android.R.id.summary)).setMaxLines(MAX_POLICIES); in onBindView()
60 summaryView.setMaxLines(MAX_LINES); in onBindView()
209 title.setMaxLines(res.getInteger(R.integer.action_title_max_lines)); in getView()213 title.setMaxLines(res.getInteger(R.integer.action_title_min_lines)); in getView()214 description.setMaxLines( in getView()
75 title.setMaxLines(3); in onBindViewHolder()
714 setMaxLines(label, entry.maxLabelLines); in bindView()726 setMaxLines(data, entry.maxLines); in bindView()786 private void setMaxLines(TextView textView, int maxLines) { in setMaxLines() method in ContactFragment.ViewAdapter792 textView.setMaxLines(maxLines); in setMaxLines()
61 descriptionTextView.setMaxLines(Integer.MAX_VALUE); in onBind()
387 mSubjectTextView.setMaxLines(1); in ConversationItemView()388 mSnippetTextView.setMaxLines(1); in ConversationItemView()870 mSendersTextView.setMaxLines(mCoordinates.sendersLineCount); in layoutParticipantText()
385 mSnippetTextView.setMaxLines(maxLines); in bind()
612 tv.setMaxLines(mAddMsgEllipsized ? getEllipsizedLines() : MAX_ADD_MSG_LINES); in toggleMessageEllipsis()