Home
last modified time | relevance | path

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

/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java84 private Locale thisLocale; field in Main.TextCapture
87 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument
89 this.thisLocale = thisLocale; in TextCapture()
95 savedBitmaps.put(thisLocale, b.copy(Bitmap.Config.ARGB_8888, false)); in run()