Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeLocale.java45 private static Resources sResources; field in SubtypeLocale
81 sResources = res; in init()
152 return sResources.getConfiguration().locale; in getDisplayLocaleOfSubtypeLocale()
158 final Locale displayLocale = sResources.getConfiguration().locale; in getSubtypeLocaleDisplayNameInSystemLocale()
178 displayName = getExceptionalName.runInLocale(sResources, displayLocale); in getSubtypeLocaleDisplayNameInternal()
181 return sResources.getString(R.string.subtype_no_language); in getSubtypeLocaleDisplayNameInternal()
216 final Locale displayLocale = sResources.getConfiguration().locale; in getSubtypeDisplayNameInSystemLocale()
247 getSubtypeName.runInLocale(sResources, displayLocale), displayLocale); in getSubtypeDisplayNameInternal()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DCachingPipeline.java40 private static volatile Resources sResources = null; field in CachingPipeline
69 return sResources; in getResources()
73 sResources = resources; in setResources()
90 sResources = context.getResources(); in createRenderscriptContext()
98 sResources = null; in destroyRenderScriptContext()