OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentLocale
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/widget/
SpellChecker.java
90
private Locale
mCurrentLocale
;
123
||
mCurrentLocale
== null
129
mCurrentLocale
, this,
146
mCurrentLocale
= locale;
222
if (locale == null ||
mCurrentLocale
== null || (!(
mCurrentLocale
.equals(locale)))) {
[
all
...]
CalendarView.java
626
protected Locale
mCurrentLocale
;
637
if (locale.equals(
mCurrentLocale
)) {
640
mCurrentLocale
= locale;
DatePicker.java
492
protected Locale
mCurrentLocale
;
506
if (!locale.equals(
mCurrentLocale
)) {
507
mCurrentLocale
= locale;
DatePickerCalendarDelegate.java
100
final Locale locale =
mCurrentLocale
;
183
onLocaleChanged(
mCurrentLocale
);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java
124
public Locale
mCurrentLocale
;
141
return
mCurrentLocale
;
150
return
mCurrentLocale
;
376
mEditText.
mCurrentLocale
= LocaleUtils.constructLocaleFromString(locale);
Completed in 1054 milliseconds