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.java705 public LayoutParams(int w, int h, float initWeight) { argument
706 super(MATCH_PARENT, h, initWeight);

Completed in 3636 milliseconds