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

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

Completed in 7717 milliseconds