Searched refs:OBJ_IME_ACTION_PREVIOUS (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DEditorInfoCompatUtils.java35 private static final Integer OBJ_IME_ACTION_PREVIOUS = (Integer) CompatUtils field in class:EditorInfoCompatUtils
55 if (OBJ_IME_ACTION_PREVIOUS == null)
57 ic.performEditorAction(OBJ_IME_ACTION_PREVIOUS);
88 if (OBJ_IME_ACTION_PREVIOUS != null && actionId == OBJ_IME_ACTION_PREVIOUS) {

Completed in 213 milliseconds