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.java74 public final String mCustomActionLabel; field in KeyboardId
89 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId()
108 id.mCustomActionLabel, in computeHashCode()
128 && TextUtils.equals(other.mCustomActionLabel, mCustomActionLabel) in equals()
DKey.java322 mLabel = params.mId.mCustomActionLabel; in Key()