Searched defs:weightx (Results 1 - 2 of 2) sorted by relevance

/external/junit/src/junit/swingui/
H A DCounterPanel.java75 double weightx, double weighty,
84 constraints.weightx= weightx;
73 addToGrid(Component comp, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets) argument
/external/junit/src/junit/awtui/
H A DTestRunner.java115 c.weightx= wx;
372 double weightx, double weighty,
381 constraints.weightx= weightx;
370 addToCounterPanel(Panel counter, Component comp, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets) argument

Completed in 14 milliseconds