OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentSubtype
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
131
final InputMethodSubtype
currentSubtype
= imm.getCurrentInputMethodSubtype();
134
final int currentIndex = getSubtypeIndexInList(
currentSubtype
, enabledSubtypes);
137
+ SubtypeLocale.getSubtypeDisplayName(
currentSubtype
));
277
final InputMethodSubtype
currentSubtype
= mImmWrapper.mImm.getCurrentInputMethodSubtype();
278
return (
currentSubtype
!= null) ?
currentSubtype
: defaultSubtype;
LatinIME.java
401
final InputMethodSubtype
currentSubtype
= richImm.getInputMethodManager()
406
mLastActiveSubtype =
currentSubtype
;
411
&& !
currentSubtype
.equals(lastActiveSubtype)) {
[
all
...]
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 110 milliseconds