Searched defs:gridheight (Results 1 - 2 of 2) sorted by relevance
/external/junit/src/junit/swingui/ |
H A D | CounterPanel.java | 74 int gridx, int gridy, int gridwidth, int gridheight, 83 constraints.gridheight= gridheight; 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 D | TestRunner.java | 371 int gridx, int gridy, int gridwidth, int gridheight, 380 constraints.gridheight= gridheight; 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 285 milliseconds