Searched refs:setMaxLines (Results 1 – 15 of 15) sorted by relevance
44 mView.setMaxLines(9); in setup()46 mTextView.setMaxLines(9); in setup()
61 setMaxLines(2); in onMeasure()
123 setMaxLines(lines);
90 builder.setMaxLines(maxLines); in makeSingleLayout()
651 mTitleView.setMaxLines(2); in setDisplayOptions()653 mTitleView.setMaxLines(1); in setDisplayOptions()
341 views.mText1.setMaxLines(2); in bindView()346 views.mText1.setMaxLines(1); in bindView()
1161 setMaxLines(a.getInt(attr, -1));5341 public void setMaxLines(int maxLines) { in setMaxLines() method in TextView.Drawables9052 .setMaxLines(mMaxMode == LINES ? mMaximum : Integer.MAX_VALUE); in makeNewLayout()9165 .setMaxLines(mMaxMode == LINES ? mMaximum : Integer.MAX_VALUE); in makeSingleLayout()9529 .setMaxLines(mMaxMode == LINES ? mMaximum : Integer.MAX_VALUE) in suggestedSizeFitsInSpace()10246 setMaxLines(Integer.MAX_VALUE); in applySingleLine()
203 title.setMaxLines(twoLines ? 1 : 2); in getView()
311 public Builder setMaxLines(@IntRange(from = 0) int maxLines) { in setMaxLines() method in StaticLayout.Builder513 .setMaxLines(maxLines); in StaticLayout()
923 Integer.MAX_VALUE).setMaxLines(0).build();
788 setMaxLines(Integer.MAX_VALUE); in expand()2479 setMaxLines(getLineCount()); in createMoreChip()
19455 HSPLandroid/widget/TextView;->setMaxLines(I)V42610 HSPLandroid/text/StaticLayout$Builder;->setMaxLines(I)Landroid/text/StaticLayout$Builder;
47481 method @NonNull public android.text.StaticLayout.Builder setMaxLines(@IntRange(from=0) int);58640 method public void setMaxLines(int);
47625 method @NonNull public android.text.StaticLayout.Builder setMaxLines(@IntRange(from=0) int);58784 method public void setMaxLines(int);
38896 method public void setMaxLines(int);