Home
last modified time | relevance | path

Searched refs:RowAttributes (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<>();
49 private static class RowAttributes { class in KeyboardRow
64 public RowAttributes(final TypedArray keyAttr, final float defaultKeyWidth, in RowAttributes() method in KeyboardRow.RowAttributes
81 public RowAttributes(final TypedArray keyAttr, final RowAttributes defaultRowAttr, in RowAttributes() method in KeyboardRow.RowAttributes
106 mRowAttributesStack.push(new RowAttributes( in KeyboardRow()
119 final RowAttributes newAttributes = new RowAttributes( in pushRowAttributes()