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/
DKeyboard.java537 private int mDefaultBackgroundType; field in Keyboard.Builder.Row
556 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType, in Row()
583 return mDefaultBackgroundType; in getDefaultBackgroundType()
587 mDefaultBackgroundType = backgroundType; in setDefaultBackgroundType()