OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeysRightToSpacebar
(Results
1 - 11
of
11
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
PcQwertyCustomizer.java
45
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
HindiCustomizer.java
42
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
DvorakCustomizer.java
46
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
NepaliCustomizer.java
42
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
LayoutCustomizer.java
201
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsSwedishPcQwerty.java
81
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
82
return mPcQwertyCustomizer.
getKeysRightToSpacebar
(isPhone);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Arabic.java
84
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
86
return super.
getKeysRightToSpacebar
(isPhone);
ArmenianPhonetic.java
71
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
Farsi.java
83
public ExpectedKey[]
getKeysRightToSpacebar
(final boolean isPhone) {
85
return super.
getKeysRightToSpacebar
(isPhone);
LayoutBase.java
81
numberOfRows, (Object[])customizer.
getKeysRightToSpacebar
(isPhone));
PcQwerty.java
129
builder.addKeysOnTheRightOfRow(5, (Object[])customizer.
getKeysRightToSpacebar
(isPhone));
Completed in 99 milliseconds