Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java48 private int mDefaultBackgroundType; field in KeyboardRow
67 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType, in KeyboardRow()
94 return mDefaultBackgroundType; in getDefaultBackgroundType()
98 mDefaultBackgroundType = backgroundType; in setDefaultBackgroundType()