OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLeftShiftKeys
(Results
1 - 16
of
16
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
PcQwertyCustomizer.java
30
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
TamilCustomizer.java
31
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
DvorakCustomizer.java
29
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
LayoutCustomizer.java
144
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsBengaliIN.java
44
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) { return EMPTY_KEYS; }
TestsSwedishPcQwerty.java
66
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
67
return mPcQwertyCustomizer.
getLeftShiftKeys
(isPhone);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Hebrew.java
69
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
HindiCompact.java
45
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
Kannada.java
54
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
Malayalam.java
54
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
Marathi.java
53
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
Telugu.java
54
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
Arabic.java
61
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
LayoutBase.java
93
numberOfRows - 1, (Object[])customizer.
getLeftShiftKeys
(isPhone));
PcQwerty.java
137
builder.addKeysOnTheLeftOfRow(4, (Object[])customizer.
getLeftShiftKeys
(isPhone))
Farsi.java
59
public ExpectedKey[]
getLeftShiftKeys
(final boolean isPhone) {
Completed in 357 milliseconds