OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEnterKey
(Results
1 - 7
of
7
) 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/
SymbolsShifted.java
42
.addKeysOnTheRightOfRow(4, customizer.
getEnterKey
(isPhone));
49
.addKeysOnTheRightOfRow(2, customizer.
getEnterKey
(isPhone))
LayoutBase.java
156
public ExpectedKey
getEnterKey
(final boolean isPhone) {
351
.addKeysOnTheRightOfRow(numberOfRows, customizer.
getEnterKey
(isPhone));
354
.addKeysOnTheRightOfRow(numberOfRows - 2, customizer.
getEnterKey
(isPhone))
Symbols.java
46
.addKeysOnTheRightOfRow(4, customizer.
getEnterKey
(isPhone));
51
.addKeysOnTheRightOfRow(2, customizer.
getEnterKey
(isPhone))
Completed in 422 milliseconds