Searched defs:widthAttr (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java292 * @param widthAttr the width attribute to fetch
297 int widthAttr, int heightAttr) {
299 if (a.hasValue(widthAttr)) {
300 width = a.getLayoutDimension(widthAttr, "layout_width");
296 setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) argument
H A DTableLayout.java717 * @param widthAttr the width attribute to fetch
722 int widthAttr, int heightAttr) {
721 setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) argument
H A DTableRow.java488 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) { argument
490 if (a.hasValue(widthAttr)) {
491 width = a.getLayoutDimension(widthAttr, "layout_width");
/frameworks/base/core/java/android/view/
H A DViewGroup.java3588 * @param widthAttr the identifier of the width attribute
3591 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) { argument
3592 width = a.getLayoutDimension(widthAttr, "layout_width");

Completed in 30 milliseconds