Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRadioGroup.java341 int widthAttr, int heightAttr) { in setBaseAttributes() argument
343 if (a.hasValue(widthAttr)) { in setBaseAttributes()
344 width = a.getLayoutDimension(widthAttr, "layout_width"); in setBaseAttributes()
H A DTableRow.java501 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) { in setBaseAttributes() argument
503 if (a.hasValue(widthAttr)) { in setBaseAttributes()
504 width = a.getLayoutDimension(widthAttr, "layout_width"); in setBaseAttributes()
H A DTableLayout.java741 int widthAttr, int heightAttr) { in setBaseAttributes() argument
H A DGridLayout.java2216 protected void setBaseAttributes(TypedArray attributes, int widthAttr, int heightAttr) { in setBaseAttributes() argument
2217 this.width = attributes.getLayoutDimension(widthAttr, DEFAULT_WIDTH); in setBaseAttributes()
H A DRemoteViews.java5027 public void setViewLayoutWidthAttr(@IdRes int viewId, @AttrRes int widthAttr) {
5028 addAction(new LayoutParamAction(viewId, LayoutParamAction.LAYOUT_WIDTH, widthAttr,
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java8380 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) { in setBaseAttributes() argument
8381 width = a.getLayoutDimension(widthAttr, "layout_width"); in setBaseAttributes()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...