OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowsimplicitlyselectedsubtypes
(Results
1 - 10
of
10
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
126
boolean
allowsImplicitlySelectedSubtypes
) {
128
getInputMethodInfoOfThisIme(),
allowsImplicitlySelectedSubtypes
);
148
true /*
allowsImplicitlySelectedSubtypes
*/);
177
true /*
allowsImplicitlySelectedSubtypes
*/);
260
final InputMethodInfo imi, final boolean
allowsImplicitlySelectedSubtypes
) {
262
allowsImplicitlySelectedSubtypes
270
imi,
allowsImplicitlySelectedSubtypes
);
294
true /*
allowsImplicitlySelectedSubtypes
*/));
301
getMyEnabledInputMethodSubtypeList(false /*
allowsImplicitlySelectedSubtypes
*/));
436
getMyEnabledInputMethodSubtypeList(true /*
allowsImplicitlySelectedSubtypes
*/);
[
all
...]
LatinIME.java
[
all
...]
/frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl
42
boolean
allowsImplicitlySelectedSubtypes
);
/packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java
115
imi, true /*
allowsImplicitlySelectedSubtypes
*/);
PhysicalKeyboardFragment.java
329
imi, true /*
allowsImplicitlySelectedSubtypes
*/);
InputMethodAndLanguageSettings.java
466
imi, true /*
allowsImplicitlySelectedSubtypes
*/);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java
89
imi, true /*
allowsImplicitlySelectedSubtypes
*/);
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
[
all
...]
/frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java
687
* @param
allowsImplicitlySelectedSubtypes
A boolean flag to allow to return the implicitly
692
boolean
allowsImplicitlySelectedSubtypes
) {
695
imi == null ? null : imi.getId(),
allowsImplicitlySelectedSubtypes
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 377 milliseconds