Searched refs:createKeyboardLayoutSet (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsQwertyEmail.java43 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, method in class:TestsQwertyEmail
49 return super.createKeyboardLayoutSet(
H A DTestsQwertyUrl.java43 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, method in class:TestsQwertyUrl
49 return super.createKeyboardLayoutSet(
H A DTestsDvorakEmail.java45 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, method in class:TestsDvorakEmail
51 return super.createKeyboardLayoutSet(
H A DTestsDvorakUrl.java45 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, method in class:TestsDvorakUrl
51 return super.createKeyboardLayoutSet(
H A DLayoutTestsBase.java56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java116 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, method in class:KeyboardLayoutSetTestsBase
118 return createKeyboardLayoutSet(subtype, editorInfo, false /* voiceInputKeyEnabled */,
122 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, method in class:KeyboardLayoutSetTestsBase
H A DKeyboardLayoutSetActionLabelBase.java109 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo);
127 final KeyboardLayoutSet passwordSet = createKeyboardLayoutSet(subtype, editorInfo);
139 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo);
153 final KeyboardLayoutSet passwordSet = createKeyboardLayoutSet(subtype, editorInfo);
H A DKeyboardLayoutSetNavigateMoreKeysBase.java85 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo);

Completed in 98 milliseconds