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.java76 public final String mCustomActionLabel; field in KeyboardId
93 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId()
118 id.mCustomActionLabel, in computeHashCode()
139 && TextUtils.equals(other.mCustomActionLabel, mCustomActionLabel) in equals()
DKey.java324 mLabel = params.mId.mCustomActionLabel; in Key()