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.java61 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument
72 .setEllipsizedWidth(ellipsisWidth) in makeSingleLayout()
/frameworks/base/core/java/android/text/
DStaticLayout.java879 float ellipsisWidth, float textWidth,
996 ellipsisWidth, ellipsize, j,
1017 float ellipsisWidth = paint.measureText(
1033 if (w + sum + ellipsisWidth > avail) {
1055 if (w + sum + ellipsisWidth > avail) {
1074 float ravail = (avail - ellipsisWidth) / 2;
1085 float lavail = avail - ellipsisWidth - rsum;
/frameworks/base/core/java/android/widget/
DTextView.java6763 int ellipsisWidth, boolean bringIntoView) { in makeNewLayout() argument
6798 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout()
6803 mSavedMarqueeModeLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, in makeNewLayout()
6823 (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout()
6842 ellipsisWidth); in makeNewLayout()
6847 ellipsisWidth); in makeNewLayout()
6863 .setEllipsizedWidth(ellipsisWidth) in makeNewLayout()
6875 if (!compressText(ellipsisWidth)) { in makeNewLayout()
6895 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument
6903 getKeyListener() == null ? effectiveEllipsize : null, ellipsisWidth); in makeSingleLayout()
[all …]