Searched defs:actionLabel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java215 public CharSequence actionLabel = null; field in class:EditorInfo
218 * If {@link #actionLabel} has been given, this is the id for that command
331 pw.println(prefix + "actionLabel=" + actionLabel
355 TextUtils.writeToParcel(actionLabel, dest, flags);
377 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);

Completed in 476 milliseconds