OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtraValue
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java
71
public static final class
ExtraValue
{
109
private
ExtraValue
() {
SubtypeSwitcher.java
19
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.REQ_NETWORK_CONNECTIVITY;
64
+ "," + Constants.Subtype.
ExtraValue
.ASCII_CAPABLE
66
+ Constants.Subtype.
ExtraValue
.EMOJI_CAPABLE,
74
+ Constants.Subtype.
ExtraValue
.EMOJI_CAPABLE,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java
20
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.IS_ADDITIONAL_SUBTYPE;
21
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.KEYBOARD_LAYOUT_SET;
22
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME;
49
final String keyboardLayoutSetName, final String
extraValue
) {
57
UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME + "=" + layoutDisplayName,
extraValue
);
59
layoutDisplayNameExtraValue =
extraValue
;
73
final String
extraValue
= StringUtils.removeFromCommaSplittableTextIfExists(
78
return
extraValue
.isEmpty() ? basePrefSubtype
79
: basePrefSubtype + LOCALE_AND_LAYOUT_SEPARATOR +
extraValue
;
89
final String
extraValue
= (elems.length == 3) ? elems[2] : null
[
all
...]
SubtypeLocaleUtils.java
19
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.KEYBOARD_LAYOUT_SET;
20
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME;
286
"locale=" + subtype.getLocale() + "
extraValue
=" + subtype.getExtraValue());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java
19
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.KEYBOARD_LAYOUT_SET;
KeyboardLayoutSet.java
23
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.ASCII_CAPABLE;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdditionalSubtypeSettings.java
19
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.ASCII_CAPABLE;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java
19
import static com.android.inputmethod.latin.Constants.Subtype.
ExtraValue
.KEYBOARD_LAYOUT_SET;
[
all
...]
Completed in 364 milliseconds