OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createKeyboardLayoutSet
(Results
1 - 6
of
6
) 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
(
/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,
Completed in 100 milliseconds