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.java68 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument
90 .setEllipsizedWidth(ellipsisWidth); in makeSingleLayout()
/frameworks/base/core/java/android/text/
DStaticLayout.java897 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/
DTextView.java7816 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 …]