Searched refs:RowAttributes (Results 1 – 1 of 1) sorted by relevance
46 private final ArrayDeque<RowAttributes> mRowAttributesStack = new ArrayDeque<>();49 private static class RowAttributes { class in KeyboardRow64 public RowAttributes(final TypedArray keyAttr, final float defaultKeyWidth, in RowAttributes() method in KeyboardRow.RowAttributes81 public RowAttributes(final TypedArray keyAttr, final RowAttributes defaultRowAttr, in RowAttributes() method in KeyboardRow.RowAttributes106 mRowAttributesStack.push(new RowAttributes( in KeyboardRow()119 final RowAttributes newAttributes = new RowAttributes( in pushRowAttributes()