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

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java283 public LayoutParams(int w, int h, float initWeight) { argument
284 super(w, h, initWeight);
H A DTableRow.java456 * @param initWeight the desired weight
458 public LayoutParams(int w, int h, float initWeight) { argument
459 super(w, h, initWeight);
H A DTableLayout.java701 public LayoutParams(int w, int h, float initWeight) { argument
702 super(MATCH_PARENT, h, initWeight);

Completed in 104 milliseconds