OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSubtypeEnablerIcon
(Results
1 - 2
of
2
) sorted by null
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java
46
private Drawable
mSubtypeEnablerIcon
;
168
mSubtypeEnablerIcon
= drawable;
193
} else if (
mSubtypeEnablerIcon
!= null) {
194
mSubtypeEnablerPreference.setIcon(
mSubtypeEnablerIcon
);
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java
40
private Drawable
mSubtypeEnablerIcon
;
148
mSubtypeEnablerIcon
= drawable;
176
pref.setIcon(
mSubtypeEnablerIcon
);
Completed in 66 milliseconds