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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
EastSlavicCustomizer.java 31 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
SouthSlavicLayoutCustomizer.java 34 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
BengaliCustomizer.java 37 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
HindiCustomizer.java 37 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
PcQwertyCustomizer.java 35 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
SerbianLatinCustomizer.java 29 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
TamilCustomizer.java 36 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
DvorakCustomizer.java 34 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
LayoutCustomizer.java 154 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
NepaliTraditional.java 46 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Malayalam.java 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Marathi.java 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Sinhala.java 55 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
ArmenianPhonetic.java 50 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Kannada.java 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Khmer.java 53 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
Lao.java 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
Telugu.java 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Thai.java 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
Arabic.java 66 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Farsi.java 64 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Hebrew.java 74 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsBengaliBD.java 44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
TestsSerbianLatinQwerty.java 44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
TestsSwedishPcQwerty.java 71 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
72 return mPcQwertyCustomizer.getRightShiftKeys(isPhone);

Completed in 295 milliseconds