Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java100 private static final String ANDROID_STRING = "Android"; field in ImageGenerator
207 if (text.contains(ANDROID_STRING) in addLine()
208 && textFont.canDisplayUpTo(ANDROID_STRING) != -1) { in addLine()
209 int index = text.indexOf(ANDROID_STRING); in addLine()
211 index + ANDROID_STRING.length()); in addLine()
414 if (token.contains(ANDROID_STRING) in wrapText()
415 && metrics.getFont().canDisplayUpTo(ANDROID_STRING) != -1) { in wrapText()
416 tokenWidth = tokenWidth - metrics.stringWidth(ANDROID_STRING) + mAndroidStringWidth; in wrapText()
603 mAndroidStringWidth = defaultFontMetrics.stringWidth(ANDROID_STRING); in generateImage()