コード例 #1
0
ファイル: RowLayout.java プロジェクト: youngcle/FrameParser
 /** Set a row's weight. The default weight of any row is 0.0f. */
 public final void setRowWeight(int row, float weight) {
   _yyyy.setRowWeight(row, weight);
 }
コード例 #2
0
ファイル: RowLayout.java プロジェクト: youngcle/FrameParser
 /** Set a row weight for all rows. The default weight of any row is 0.0f. */
 public final void setRowWeight(float weight) {
   _yyyy.setRowWeight(weight);
 }