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.java55 public final int mDefaultBackgroundType; field in KeyboardRow.RowAttributes
69 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType, in RowAttributes()
87 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType, in RowAttributes()
88 defaultRowAttr.mDefaultBackgroundType); in RowAttributes()
137 return mRowAttributesStack.peek().mDefaultBackgroundType; in getDefaultBackgroundType()