Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java82 public final String mCustomActionLabel; field in KeyboardId
97 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId()
117 id.mCustomActionLabel, in computeHashCode()
138 && TextUtils.equals(other.mCustomActionLabel, mCustomActionLabel) in equals()
DKey.java345 mLabel = params.mId.mCustomActionLabel; in Key()