HomeSort by relevance Sort by last modified time
    Searched refs:currentLanguage (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
LanguageSwitcher.java 84 String currentLanguage = sp.getString(Settings.PREF_INPUT_LANGUAGE, null);
102 if (currentLanguage != null) {
106 if (mSelectedLanguageArray[i].equals(currentLanguage)) {
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 495 * @param currentLanguage the current language the region must be associated with.
497 public SortedSet<String> getRegions(String currentLanguage) {
507 if (lang != null && lang.getShortDisplayValue().equals(currentLanguage)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]

Completed in 336 milliseconds