OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEnterKey
(Results
1 - 8
of
8
) 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 ? ENTER_KEY : super.
getEnterKey
(isPhone);
TestsQwertyUrl.java
59
public ExpectedKey
getEnterKey
(final boolean isPhone) {
60
return isPhone ? ENTER_KEY : super.
getEnterKey
(isPhone);
TestsDvorakEmail.java
63
public ExpectedKey
getEnterKey
(final boolean isPhone) {
64
return isPhone ? ENTER_KEY : super.
getEnterKey
(isPhone);
TestsDvorakUrl.java
61
public ExpectedKey
getEnterKey
(final boolean isPhone) {
62
return isPhone ? 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
85
.addKeysOnTheRightOfRow(numberOfRows, customizer.
getEnterKey
(isPhone));
88
.addKeysOnTheRightOfRow(numberOfRows - 2, customizer.
getEnterKey
(isPhone))
Symbols.java
46
.addKeysOnTheRightOfRow(4, customizer.
getEnterKey
(isPhone));
51
.addKeysOnTheRightOfRow(2, customizer.
getEnterKey
(isPhone))
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
LayoutCustomizer.java
163
public ExpectedKey
getEnterKey
(final boolean isPhone) {
Completed in 84 milliseconds