OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applicableSubtypes
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
578
final ArrayList<InputMethodSubtype>
applicableSubtypes
= new ArrayList<>();
580
applicableSubtypes
);
582
if (!
applicableSubtypes
.isEmpty()) {
584
final int numApplicationSubtypes =
applicableSubtypes
.size();
586
final InputMethodSubtype subtype =
applicableSubtypes
.get(i);
599
applicableSubtypes
.add(subtype);
605
if (
applicableSubtypes
.isEmpty()) {
609
applicableSubtypes
.add(lastResortKeyboardSubtype);
616
applicableSubtypes
);
619
return
applicableSubtypes
;
[
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 42 milliseconds