Home
last modified time | relevance | path

Searched refs:mWrappedLines (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/tools/image_generator/
DImageGenerator.java183 public List<LineInfo> mWrappedLines; field in ImageGenerator.WrappedTextInfo
186 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()