Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java46 private final ArrayDeque<RowAttributes> mRowAttributesStack = new ArrayDeque<>(); field in KeyboardRow
106 mRowAttributesStack.push(new RowAttributes( in KeyboardRow()
120 keyAttr, mRowAttributesStack.peek(), mParams.mBaseWidth); in pushRowAttributes()
121 mRowAttributesStack.push(newAttributes); in pushRowAttributes()
125 mRowAttributesStack.pop(); in popRowAttributes()
129 return mRowAttributesStack.peek().mDefaultKeyWidth; in getDefaultKeyWidth()
133 return mRowAttributesStack.peek().mDefaultKeyLabelFlags; in getDefaultKeyLabelFlags()
137 return mRowAttributesStack.peek().mDefaultBackgroundType; in getDefaultBackgroundType()