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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
HindiCustomizer.java 42 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
NepaliCustomizer.java 42 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
PcQwertyCustomizer.java 45 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
DvorakCustomizer.java 46 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
LayoutCustomizer.java 201 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
ArmenianPhonetic.java 71 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
Arabic.java 84 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
86 return super.getKeysRightToSpacebar(isPhone);
Farsi.java 83 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
85 return super.getKeysRightToSpacebar(isPhone);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsSwedishPcQwerty.java 81 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
82 return mPcQwertyCustomizer.getKeysRightToSpacebar(isPhone);

Completed in 325 milliseconds