Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardIconsSet.java47 public static final String NAME_GO_KEY = "go_key"; field in KeyboardIconsSet
74 NAME_GO_KEY, R.styleable.Keyboard_iconGoKey,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DLxxActionGoTests.java30 KeyboardIconsSet.NAME_GO_KEY); in testActionGo()