OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocaleManager
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleManager.java
36
* The {@linkplain
LocaleManager
} provides access to locale information such as
48
public class
LocaleManager
{
49
private static final
LocaleManager
sInstance = new
LocaleManager
();
52
* Returns the {@linkplain
LocaleManager
} singleton
54
* @return the {@linkplain
LocaleManager
} singleton, never null
57
public static
LocaleManager
get() {
62
private
LocaleManager
() {
191
return
LocaleManager
.get().getFlag(language, region);
[
all
...]
ConfigurationChooser.java
251
mLocaleCombo.setImage(
LocaleManager
.getGlobeIcon());
[
all
...]
Completed in 515 milliseconds