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.java151 private final int mBackgroundType; field in Key
224 mBackgroundType = backgroundType; in Key()
278 mBackgroundType = style.getInt(keyAttr, in Key()
434 mBackgroundType = key.mBackgroundType; in Key()
476 key.mBackgroundType, in computeHashCode()
503 && o.mBackgroundType == mBackgroundType in equalsInternal()
546 return toString() + " " + visual + "/" + backgroundName(mBackgroundType); in toLongString()
602 return mBackgroundType == BACKGROUND_TYPE_ACTION; in isActionKey()
994 if (mBackgroundType == BACKGROUND_TYPE_FUNCTIONAL) { in selectBackgroundDrawable()
996 } else if (mBackgroundType == BACKGROUND_TYPE_SPACEBAR) { in selectBackgroundDrawable()
[all …]