OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentSubtype
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java
76
private InputMethodSubtypeCompatWrapper
mCurrentSubtype
;
110
mCurrentSubtype
= null;
236
mCurrentSubtype
= newSubtype;
505
return null ==
mCurrentSubtype
? false : VOICE_MODE.equals(getCurrentSubtypeMode());
509
return
mCurrentSubtype
!= null &&
mCurrentSubtype
.getOriginalObject() == null
529
return null !=
mCurrentSubtype
?
mCurrentSubtype
.getExtraValue() : "";
534
return null !=
mCurrentSubtype
?
mCurrentSubtype
.containsExtraValueKey(key) : false
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
271
private InputMethodSubtype
mCurrentSubtype
;
[
all
...]
Completed in 33 milliseconds