Home
last modified time | relevance | path

Searched refs:createKeyboardLayoutSet (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsSplitLayoutQwertyEnglishUS.java40 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in TestsSplitLayoutQwertyEnglishUS
43 return super.createKeyboardLayoutSet(subtype, editorInfo, voiceInputKeyEnabled, in createKeyboardLayoutSet()
H A DTestsQwertyEmail.java44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in TestsQwertyEmail
50 return super.createKeyboardLayoutSet( in createKeyboardLayoutSet()
H A DTestsQwertyUrl.java44 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in TestsQwertyUrl
50 return super.createKeyboardLayoutSet( in createKeyboardLayoutSet()
H A DTestsDvorakEmail.java46 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in TestsDvorakEmail
52 return super.createKeyboardLayoutSet( in createKeyboardLayoutSet()
H A DTestsDvorakUrl.java46 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in TestsDvorakUrl
52 return super.createKeyboardLayoutSet( in createKeyboardLayoutSet()
H A DLayoutTestsBase.java56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */, in setUp()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java147 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in KeyboardLayoutSetTestsBase
149 return createKeyboardLayoutSet(subtype, editorInfo, false /* voiceInputKeyEnabled */, in createKeyboardLayoutSet()
153 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, in createKeyboardLayoutSet() method in KeyboardLayoutSetTestsBase
H A DKeyboardLayoutSetNavigateMoreKeysBase.java85 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo); in doTestMoreKeysOf()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DActionTestsBase.java100 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo); in doTestActionKey()
112 final KeyboardLayoutSet passwordSet = createKeyboardLayoutSet(subtype, editorInfo); in doTestActionKey()