OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputMethodPreferenceList
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
VirtualKeyboardFragment.java
45
private final ArrayList<InputMethodPreference>
mInputMethodPreferenceList
= new ArrayList<>();
75
mInputMethodPreferenceList
.clear();
99
mInputMethodPreferenceList
.add(pref);
102
Collections.sort(
mInputMethodPreferenceList
, new Comparator<InputMethodPreference>() {
110
final InputMethodPreference pref =
mInputMethodPreferenceList
.get(i);
AvailableVirtualKeyboardFragment.java
49
private final ArrayList<InputMethodPreference>
mInputMethodPreferenceList
= new ArrayList<>();
82
for (final InputMethodPreference p :
mInputMethodPreferenceList
) {
141
mInputMethodPreferenceList
.clear();
154
mInputMethodPreferenceList
.add(pref);
157
Collections.sort(
mInputMethodPreferenceList
, new Comparator<InputMethodPreference>() {
165
final InputMethodPreference pref =
mInputMethodPreferenceList
.get(i);
InputMethodAndLanguageSettings.java
99
private final ArrayList<InputMethodPreference>
mInputMethodPreferenceList
= new ArrayList<>();
394
synchronized (
mInputMethodPreferenceList
) {
396
for (final InputMethodPreference pref :
mInputMethodPreferenceList
) {
399
mInputMethodPreferenceList
.clear();
413
mInputMethodPreferenceList
.add(pref);
416
Collections.sort(
mInputMethodPreferenceList
, new Comparator<InputMethodPreference>() {
423
final InputMethodPreference pref =
mInputMethodPreferenceList
.get(i);
458
for (final InputMethodPreference p :
mInputMethodPreferenceList
) {
[
all
...]
Completed in 43 milliseconds