Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java61 private final boolean mCountryMode; field in SuggestedLocaleAdapter
69 mCountryMode = countryMode; in SuggestedLocaleAdapter()
181 if (mCountryMode) { in getView()
198 text.setText(item.getLabel(mCountryMode)); in getView()
200 text.setContentDescription(item.getContentDescription(mCountryMode)); in getView()
201 if (mCountryMode) { in getView()
222 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()
H A DLocaleHelper.java196 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator
207 mCountryMode = countryMode; in LocaleInfoComparator()
240 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()
241 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
/aosp12/frameworks/opt/localepicker/src/com/android/localepicker/
H A 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()
H A 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()