Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java98 private static final String ANDROID_STRING = "Android"; field in ImageGenerator
211 if (text.contains(ANDROID_STRING) in addLine()
212 && textFont.canDisplayUpTo(ANDROID_STRING) != -1) { in addLine()
213 int index = text.indexOf(ANDROID_STRING); in addLine()
215 index + ANDROID_STRING.length()); in addLine()
418 if (token.contains(ANDROID_STRING) in wrapText()
419 && metrics.getFont().canDisplayUpTo(ANDROID_STRING) != -1) { in wrapText()
420 tokenWidth = tokenWidth - metrics.stringWidth(ANDROID_STRING) + mAndroidStringWidth; in wrapText()
607 mAndroidStringWidth = defaultFontMetrics.stringWidth(ANDROID_STRING); in generateImage()