OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentSubtype
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
128
final InputMethodSubtype
currentSubtype
= imm.getCurrentInputMethodSubtype();
131
final int currentIndex = getSubtypeIndexInList(
currentSubtype
, enabledSubtypes);
134
+ SubtypeLocaleUtils.getSubtypeNameForLogging(
currentSubtype
));
302
final InputMethodSubtype
currentSubtype
= mImmWrapper.mImm.getCurrentInputMethodSubtype();
303
return (
currentSubtype
!= null) ?
currentSubtype
: defaultSubtype;
LatinIME.java
492
final InputMethodSubtype
currentSubtype
= richImm.getInputMethodManager()
497
mLastActiveSubtype =
currentSubtype
;
502
&& !
currentSubtype
.equals(lastActiveSubtype)) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 72 milliseconds