Searched refs:mWrappedLines (Results 1 – 1 of 1) sorted by relevance
187 public List<LineInfo> mWrappedLines; field in ImageGenerator.WrappedTextInfo190 mWrappedLines = new ArrayList<>(); in WrappedTextInfo()232 mWrappedLines.add(new LineInfo(attributedText, width)); in addLine()237 mWrappedLines.addAll(other.mWrappedLines); in addLines()505 for (WrappedTextInfo.LineInfo lineInfo : wrappedTextInfo.mWrappedLines) { in measureTextWidth()543 for (WrappedTextInfo.LineInfo lineInfo : wrappedTextInfo.mWrappedLines) { in drawText()