OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentSubtype
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
146
final InputMethodSubtype
currentSubtype
= imm.getCurrentInputMethodSubtype();
149
final int currentIndex = getSubtypeIndexInList(
currentSubtype
, enabledSubtypes);
152
+ SubtypeLocaleUtils.getSubtypeNameForLogging(
currentSubtype
));
LatinIME.java
525
final InputMethodSubtype
currentSubtype
= richImm.getInputMethodManager()
530
mLastActiveSubtype =
currentSubtype
;
535
&& !
currentSubtype
.equals(lastActiveSubtype)) {
[
all
...]
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 119 milliseconds