OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeysLeftToSpacebar
(Results
1 - 13
of
13
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
PcQwertyCustomizer.java
40
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
DvorakCustomizer.java
39
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
LayoutCustomizer.java
191
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsDvorakEmail.java
73
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
74
return isPhone ? super.
getKeysLeftToSpacebar
(isPhone)
TestsDvorakUrl.java
71
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
72
return isPhone ? super.
getKeysLeftToSpacebar
(isPhone)
TestsSwedishPcQwerty.java
76
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
77
return mPcQwertyCustomizer.
getKeysLeftToSpacebar
(isPhone);
TestsQwertyEmail.java
69
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
TestsQwertyUrl.java
69
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
ArmenianPhonetic.java
64
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
Arabic.java
71
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
LayoutBase.java
79
numberOfRows, (Object[])customizer.
getKeysLeftToSpacebar
(isPhone));
PcQwerty.java
128
builder.addKeysOnTheLeftOfRow(5, (Object[])customizer.
getKeysLeftToSpacebar
(isPhone));
Farsi.java
69
public ExpectedKey[]
getKeysLeftToSpacebar
(final boolean isPhone) {
Completed in 199 milliseconds