Home
last modified time | relevance | path

Searched refs:ellipsisWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DImageFloatingTextView.java66 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument
94 .setEllipsizedWidth(ellipsisWidth); in makeSingleLayout()
/frameworks/base/core/java/android/text/
DStaticLayout.java920 final int widthStart, final TextUtils.TruncateAt ellipsize, final float ellipsisWidth,
978 ellipsisWidth, ellipsize, j,
1073 float ellipsisWidth = paint.measureText(TextUtils.getEllipsisString(where));
1086 if (w + sum + ellipsisWidth > avail) {
1112 if (w + sum + ellipsisWidth > avail) {
1131 float ravail = (avail - ellipsisWidth) / 2;
1146 float lavail = avail - ellipsisWidth - rsum;
/frameworks/base/core/java/android/widget/
DTextView.java8954 int ellipsisWidth, boolean bringIntoView) { in makeNewLayout() argument
8989 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout()
8994 mSavedMarqueeModeLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, in makeNewLayout()
9014 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout()
9031 ellipsisWidth); in makeNewLayout()
9036 ellipsisWidth); in makeNewLayout()
9055 .setEllipsizedWidth(ellipsisWidth); in makeNewLayout()
9066 if (!compressText(ellipsisWidth)) { in makeNewLayout()
9096 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument
9113 .setEllipsizedWidth(ellipsisWidth); in makeSingleLayout()
[all …]