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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
PcQwertyCustomizer.java 40 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
DvorakCustomizer.java 39 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
LayoutCustomizer.java 191 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsQwertyEmail.java 69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
TestsQwertyUrl.java 69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
TestsDvorakEmail.java 73 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
74 return isPhone ? super.getKeysLeftToSpacebar(isPhone)
TestsDvorakUrl.java 71 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
72 return isPhone ? super.getKeysLeftToSpacebar(isPhone)
TestsSwedishPcQwerty.java 76 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
77 return mPcQwertyCustomizer.getKeysLeftToSpacebar(isPhone);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
ArmenianPhonetic.java 64 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
Arabic.java 71 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
Farsi.java 69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {

Completed in 80 milliseconds