OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createKeyboardLayoutSet
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsQwertyEmail.java
44
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
50
return super.
createKeyboardLayoutSet
(
TestsQwertyUrl.java
44
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
50
return super.
createKeyboardLayoutSet
(
TestsSplitLayoutQwertyEnglishUS.java
40
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
43
return super.
createKeyboardLayoutSet
(subtype, editorInfo, voiceInputKeyEnabled,
TestsDvorakEmail.java
46
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
52
return super.
createKeyboardLayoutSet
(
TestsDvorakUrl.java
46
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
52
return super.
createKeyboardLayoutSet
(
LayoutTestsBase.java
56
mKeyboardLayoutSet =
createKeyboardLayoutSet
(mSubtype, null /* editorInfo */,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
ActionTestsBase.java
100
final KeyboardLayoutSet layoutSet =
createKeyboardLayoutSet
(subtype, editorInfo);
112
final KeyboardLayoutSet passwordSet =
createKeyboardLayoutSet
(subtype, editorInfo);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java
147
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
149
return
createKeyboardLayoutSet
(subtype, editorInfo, false /* voiceInputKeyEnabled */,
153
protected KeyboardLayoutSet
createKeyboardLayoutSet
(final InputMethodSubtype subtype,
KeyboardLayoutSetNavigateMoreKeysBase.java
85
final KeyboardLayoutSet layoutSet =
createKeyboardLayoutSet
(subtype, editorInfo);
Completed in 134 milliseconds