HomeSort by relevance Sort by last modified time
    Searched defs:getLeftShiftKeys (Results 1 - 14 of 14) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
HindiCompact.java 45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Malayalam.java 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Marathi.java 53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Kannada.java 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Telugu.java 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Arabic.java 61 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Farsi.java 59 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
Hebrew.java 69 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
  /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);

Completed in 1241 milliseconds