Searched refs:ellipsisWidth (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 68 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument 90 .setEllipsizedWidth(ellipsisWidth); in makeSingleLayout()
|
/frameworks/base/core/java/android/text/ |
D | StaticLayout.java | 897 float ellipsisWidth, float textWidth, 954 ellipsisWidth, ellipsize, j, 1045 float ellipsisWidth = paint.measureText( 1060 if (w + sum + ellipsisWidth > avail) { 1085 if (w + sum + ellipsisWidth > avail) { 1104 float ravail = (avail - ellipsisWidth) / 2; 1117 float lavail = avail - ellipsisWidth - rsum;
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7816 int ellipsisWidth, boolean bringIntoView) { in makeNewLayout() argument 7851 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout() 7856 mSavedMarqueeModeLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, in makeNewLayout() 7876 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout() 7893 ellipsisWidth); in makeNewLayout() 7898 ellipsisWidth); in makeNewLayout() 7916 .setEllipsizedWidth(ellipsisWidth); in makeNewLayout() 7927 if (!compressText(ellipsisWidth)) { in makeNewLayout() 7947 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument 7955 getKeyListener() == null ? effectiveEllipsize : null, ellipsisWidth); in makeSingleLayout() [all …]
|