OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSubtype
(Results
1 - 12
of
12
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java
58
private final InputMethodSubtype
mSubtype
;
65
mSubtype
= subtype;
66
mOriginalLocale = InputMethodSubtypeCompatUtils.getLocaleObject(
mSubtype
);
74
return
mSubtype
.getExtraValueOf(key);
79
return
mSubtype
.getMode();
83
return SubtypeLocaleUtils.NO_LANGUAGE.equals(
mSubtype
.getLocale());
111
return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(
mSubtype
);
113
return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(
mSubtype
.getLocale());
120
return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(
mSubtype
);
122
return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(
mSubtype
.getLocale())
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java
59
private InputMethodSubtype
mSubtype
;
85
return
mSubtype
== null;
89
return
mSubtype
;
93
mPreviousSubtype =
mSubtype
;
94
mSubtype
= subtype;
114
return
mSubtype
!= null && !
mSubtype
.equals(mPreviousSubtype);
143
final SubtypeLocaleItem localeItem = new SubtypeLocaleItem(
mSubtype
);
144
final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(
mSubtype
);
208
myState.
mSubtype
= mSubtype
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java
74
public final RichInputMethodSubtype
mSubtype
;
89
mSubtype
= params.
mSubtype
;
120
id.
mSubtype
,
141
&& other.
mSubtype
.equals(
mSubtype
)
178
return
mSubtype
.getLocale();
195
mSubtype
.getLocale(),
196
mSubtype
.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardSwitcher.java
169
|| !newKeyboard.mId.
mSubtype
.equals(oldKeyboard.mId.
mSubtype
);
171
.getLanguageOnSpacebarFormatType(newKeyboard.mId.
mSubtype
);
KeyboardLayoutSet.java
122
RichInputMethodSubtype
mSubtype
;
309
mParams.
mSubtype
= keyboardSubtype;
381
if (mParams.
mSubtype
== null)
MainKeyboardView.java
[
all
...]
/frameworks/base/core/java/android/net/
NetworkInfo.java
114
private int
mSubtype
;
134
mSubtype
= subtype;
146
mSubtype
= source.
mSubtype
;
191
return
mSubtype
;
200
mSubtype
= subtype;
451
dest.writeInt(
mSubtype
);
/packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java
51
private InputMethodSubtype
mSubtype
;
86
mSubtype
= activity.getIntent().getParcelableExtra(EXTRA_INPUT_METHOD_SUBTYPE);
125
mIm.setKeyboardLayoutForInputDevice(mInputDeviceIdentifier, mImi,
mSubtype
,
157
root.setTitle(KeyboardInfoPreference.getDisplayName(getContext(), mImi,
mSubtype
));
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
MetricsAssertsTest.java
50
private int
mSubtype
= 4;
64
.setSubtype(
mSubtype
)
150
.setSubtype(
mSubtype
));
160
.setSubtype(
mSubtype
));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java
43
private InputMethodSubtype
mSubtype
;
52
mSubtype
= getSubtype(mLayout.getLocale(), mLayout.getName());
53
mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(
mSubtype
) + "/"
56
mKeyboardLayoutSet = createKeyboardLayoutSet(
mSubtype
, null /* editorInfo */,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java
93
if (lastKeyboard == null || !keyboard.mId.
mSubtype
.equals(lastKeyboard.mId.
mSubtype
)) {
126
keyboard.mId.
mSubtype
.getRawSubtype());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
647
id.
mSubtype
.getKeyboardLayoutSetName());
[
all
...]
Completed in 608 milliseconds