Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java133 public final int mBackgroundType; field in Key
174 mBackgroundType = BACKGROUND_TYPE_NORMAL; in Key()
229 mBackgroundType = style.getInt(keyAttr, in Key()
371 key.mBackgroundType, in computeHashCode()
398 && o.mBackgroundType == mBackgroundType in equals()
419 KeyboardIconsSet.getIconName(mIconId), backgroundName(mBackgroundType)); in toString()
700 switch (mBackgroundType) { in getCurrentDrawableState()