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

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
BengaliCustomizer.java 37 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
EastSlavicCustomizer.java 31 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
PcQwertyCustomizer.java 35 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
SouthSlavicLayoutCustomizer.java 34 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
TamilCustomizer.java 36 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
HindiCustomizer.java 37 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
DvorakCustomizer.java 34 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
SerbianLatinCustomizer.java 29 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/tests/
TestsSwedishPcQwerty.java 71 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
72 return mPcQwertyCustomizer.getRightShiftKeys(isPhone);
TestsBengaliBD.java 44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
TestsSerbianLatinQwerty.java 44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Lao.java 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
Sinhala.java 55 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
ArmenianPhonetic.java 50 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Hebrew.java 74 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; }
Malayalam.java 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
Marathi.java 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
NepaliTraditional.java 46 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
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) {
LayoutBase.java 95 numberOfRows - 1, (Object[])customizer.getRightShiftKeys(isPhone));

Completed in 570 milliseconds

1 2