Searched refs:wid (Results 1 – 2 of 2) sorted by relevance
781 public final void increaseWidthTo(int wid) { in increaseWidthTo() argument782 if (wid < mWidth) { in increaseWidthTo()786 mWidth = wid; in increaseWidthTo()1213 float wid = tl.measure(offset - start, trailing, null); in getHorizontal() local1216 if (clamped && wid > mWidth) { in getHorizontal()1217 wid = mWidth; in getHorizontal()1222 return getLineStartPos(line, left, right) + wid; in getHorizontal()1259 float[] wid = tl.measureAllOffsets(trailings, null); in getLineHorizontals() local1263 for (int offset = 0; offset < wid.length; ++offset) { in getLineHorizontals()1264 if (wid[offset] > mWidth) { in getLineHorizontals()[all …]
859 final int wid = tv.getPaddingLeft() + tv.getPaddingRight(); in chooseSize() local878 pop.setWidth(wid + (int) Math.ceil(max)); in chooseSize()