Home
last modified time | relevance | path

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

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