Searched refs:initWeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java295 public LayoutParams(int w, int h, float initWeight) { argument
296 super(w, h, initWeight);
H A DTableRow.java450 * @param initWeight the desired weight
452 public LayoutParams(int w, int h, float initWeight) { argument
453 super(w, h, initWeight);
H A DTableLayout.java696 public LayoutParams(int w, int h, float initWeight) { argument
697 super(MATCH_PARENT, h, initWeight);

Completed in 163 milliseconds