Home
last modified time | relevance | path

Searched refs:NAME_NEXT_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardIconsSet.java50 public static final String NAME_NEXT_KEY = "next_key"; field in KeyboardIconsSet
77 NAME_NEXT_KEY, R.styleable.Keyboard_iconNextKey,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysLxxTests.java33 return new ExpectedMoreKey(KeyboardIconsSet.NAME_NEXT_KEY); in getExpectedNavigateNextMoreKey()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DLxxActionNextTests.java30 KeyboardIconsSet.NAME_NEXT_KEY); in testActionNext()