HomeSort by relevance Sort by last modified time
    Searched defs:createKeyboardLayoutSet (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsQwertyEmail.java 43 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
49 return super.createKeyboardLayoutSet(
TestsQwertyUrl.java 43 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
49 return super.createKeyboardLayoutSet(
TestsDvorakEmail.java 45 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
51 return super.createKeyboardLayoutSet(
TestsDvorakUrl.java 45 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
51 return super.createKeyboardLayoutSet(
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 116 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
118 return createKeyboardLayoutSet(subtype, editorInfo, false /* voiceInputKeyEnabled */,
122 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,

Completed in 509 milliseconds