Home
last modified time | relevance | path

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

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