Searched refs:mWrappedLines (Results 1 – 1 of 1) sorted by relevance
183 public List<LineInfo> mWrappedLines; field in ImageGenerator.WrappedTextInfo186 mWrappedLines = new ArrayList<>(); in WrappedTextInfo()228 mWrappedLines.add(new LineInfo(attributedText, width)); in addLine()233 mWrappedLines.addAll(other.mWrappedLines); in addLines()501 for (WrappedTextInfo.LineInfo lineInfo : wrappedTextInfo.mWrappedLines) { in measureTextWidth()539 for (WrappedTextInfo.LineInfo lineInfo : wrappedTextInfo.mWrappedLines) { in drawText()