Searched refs:thisLocale (Results 1 – 1 of 1) sorted by relevance
84 private Locale thisLocale; field in Main.TextCapture87 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument89 this.thisLocale = thisLocale; in TextCapture()95 savedBitmaps.put(thisLocale, b.copy(Bitmap.Config.ARGB_8888, false)); in run()