Searched refs:mCountryMode (Results 1 – 5 of 5) sorted by relevance
66 private final boolean mCountryMode; field in SuggestedLocaleAdapter74 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()
183 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator193 mCountryMode = countryMode; in LocaleInfoComparator()225 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()226 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
66 protected final boolean mCountryMode; field in SuggestedLocaleAdapter81 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()
157 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()
212 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator223 mCountryMode = countryMode; in LocaleInfoComparator()260 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()261 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()