OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSubtypeEnablerIconRes
(Results
1 - 2
of
2
) sorted by null
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java
45
private int
mSubtypeEnablerIconRes
;
158
mSubtypeEnablerIconRes
= resId;
167
mSubtypeEnablerIconRes
= 0;
191
if (
mSubtypeEnablerIconRes
!= 0) {
192
mSubtypeEnablerPreference.setIcon(
mSubtypeEnablerIconRes
);
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java
39
private int
mSubtypeEnablerIconRes
;
138
mSubtypeEnablerIconRes
= resId;
147
mSubtypeEnablerIconRes
= 0;
173
if (
mSubtypeEnablerIconRes
!= 0) {
174
pref.setIcon(
mSubtypeEnablerIconRes
);
Completed in 311 milliseconds