HomeSort by relevance Sort by last modified time
    Searched full:heightattr (Results 1 - 24 of 24) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 78 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
79 super.setBaseAttributes(a, widthAttr, heightAttr);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLElement.java 358 * @param heightattr
366 final int heightattr, final String titleattr) throws IOException {
370 img.attr("height", heightattr);
  /frameworks/base/core/java/android/widget/
RadioGroup.java 302 * @param heightAttr the height attribute to fetch
306 int widthAttr, int heightAttr) {
314 if (a.hasValue(heightAttr)) {
315 height = a.getLayoutDimension(heightAttr, "layout_height");
TableRow.java 498 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
507 if (a.hasValue(heightAttr)) {
508 height = a.getLayoutDimension(heightAttr, "layout_height");
TableLayout.java 731 * @param heightAttr the height attribute to fetch
735 int widthAttr, int heightAttr) {
737 if (a.hasValue(heightAttr)) {
738 this.height = a.getLayoutDimension(heightAttr, "layout_height");
GridLayout.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 182 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
183 super.setBaseAttributes(a, widthAttr, heightAttr);
TableLayout_LayoutParamsTest.java 195 int heightAttr) {
196 super.setBaseAttributes(a, widthAttr, heightAttr);
TableRow_LayoutParamsTest.java 241 int heightAttr) {
242 super.setBaseAttributes(a, widthAttr, heightAttr);
  /frameworks/support/percent/src/android/support/percent/
PercentFrameLayout.java 162 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
163 PercentLayoutHelper.fetchWidthAndHeight(this, a, widthAttr, heightAttr);
PercentRelativeLayout.java 148 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
149 PercentLayoutHelper.fetchWidthAndHeight(this, a, widthAttr, heightAttr);
PercentLayoutHelper.java 51 * widthAttr, heightAttr);}
96 int widthAttr, int heightAttr) {
98 params.height = array.getLayoutDimension(heightAttr, 0);
  /prebuilts/sdk/current/support/percent/libs/
android-support-percent.jar 
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.6.201602180812/
org.jacoco.report-0.7.6.201602180812.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 

Completed in 3845 milliseconds