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
;
152
mSubtypeEnablerIconRes
= resId;
161
mSubtypeEnablerIconRes
= 0;
185
if (
mSubtypeEnablerIconRes
!= 0) {
186
mSubtypeEnablerPreference.setIcon(
mSubtypeEnablerIconRes
);
Completed in 173 milliseconds