Home
last modified time | relevance | path

Searched refs:NAME_DONE_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardIconsSet.java51 public static final String NAME_DONE_KEY = "done_key"; field in KeyboardIconsSet
78 NAME_DONE_KEY, R.styleable.Keyboard_iconDoneKey,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DLxxActionDoneTests.java30 KeyboardIconsSet.NAME_DONE_KEY); in testActionDone()