Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/src/com/android/localepicker/
DSuggestedLocaleAdapter.java66 private final boolean mCountryMode; field in SuggestedLocaleAdapter
74 mCountryMode = countryMode; in SuggestedLocaleAdapter()
190 if (mCountryMode) { in getView()
207 text.setText(item.getLabel(mCountryMode)); in getView()
209 text.setContentDescription(item.getContentDescription(mCountryMode)); in getView()
210 if (mCountryMode) { in getView()
231 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()
DLocaleHelper.java183 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator
193 mCountryMode = countryMode; in LocaleInfoComparator()
225 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()
226 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java66 protected final boolean mCountryMode; field in SuggestedLocaleAdapter
81 mCountryMode = countryMode; in SuggestedLocaleAdapter()
228 if (mCountryMode && !mIsNumberingMode) { in getView()
234 if (mCountryMode && !mIsNumberingMode) { in getView()
328 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()
429 ? item.getNumberingSystem() : item.getLabel(mCountryMode)); in updateTextView()
432 ? item.getNumberingSystem() : item.getContentDescription(mCountryMode)); in updateTextView()
433 if (mCountryMode) { in updateTextView()
DBilingualSuggestedLocaleAdapter.java157 if (mCountryMode) { in setHeaderText()
170 textNative.setText(localeInfo.getLabel(mCountryMode)); in setLocaleToListItem()
172 textNative.setContentDescription(localeInfo.getContentDescription(mCountryMode)); in setLocaleToListItem()
177 if (mCountryMode) { in setLocaleToListItem()
DLocaleHelper.java212 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator
223 mCountryMode = countryMode; in LocaleInfoComparator()
260 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()
261 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()