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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsQwertyEmail.java 59 public ExpectedKey getEnterKey(final boolean isPhone) {
60 return isPhone ? LayoutBase.ENTER_KEY : super.getEnterKey(isPhone);
TestsQwertyUrl.java 59 public ExpectedKey getEnterKey(final boolean isPhone) {
60 return isPhone ? LayoutBase.ENTER_KEY : super.getEnterKey(isPhone);
TestsDvorakEmail.java 61 public ExpectedKey getEnterKey(final boolean isPhone) {
62 return isPhone ? LayoutBase.ENTER_KEY : super.getEnterKey(isPhone);
TestsDvorakUrl.java 61 public ExpectedKey getEnterKey(final boolean isPhone) {
62 return isPhone ? LayoutBase.ENTER_KEY : super.getEnterKey(isPhone);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java 156 public ExpectedKey getEnterKey(final boolean isPhone) {
351 .addKeysOnTheRightOfRow(numberOfRows, customizer.getEnterKey(isPhone));
354 .addKeysOnTheRightOfRow(numberOfRows - 2, customizer.getEnterKey(isPhone))

Completed in 784 milliseconds