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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardRow.java55 public final int mDefaultBackgroundType; field in class:KeyboardRow.RowAttributes
69 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType,
87 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType,
88 defaultRowAttr.mDefaultBackgroundType);
137 return mRowAttributesStack.peek().mDefaultBackgroundType;

Completed in 62 milliseconds