OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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