Searched defs:height (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DTableSerializer.java151 * @param height
156 public void startTable(int height, int width) { argument
H A DTableBuilder.java58 private int height = 0; field in class:TableBuilder
223 if (height == 0) {
229 rows.get(height - 1).add(s);
289 return height;
341 serializer.startTable(height, width);
380 height++;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/border/
H A DAccordionElementBorder.java71 int height) {
76 g.drawLine(x, y, x, y + height - 1);
78 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1);
81 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
70 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DSelectedCategoryBorder.java73 int height)
77 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
72 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/border/
H A DAccordionElementBorder.java70 int height) {
75 g.drawLine(x, y, x, y + height - 1);
77 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1);
80 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
69 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DSelectedCategoryBorder.java72 int height)
76 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
71 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DTableSerializer.java150 * @param height
155 public void startTable(int height, int width) { argument
H A DTableBuilder.java57 private int height = 0; field in class:TableBuilder
222 if (height == 0) {
228 rows.get(height - 1).add(s);
288 return height;
340 serializer.startTable(height, width);
379 height++;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DTableSerializer.java151 * @param height
156 public void startTable(int height, int width) { argument
H A DTableBuilder.java58 private int height = 0; field in class:TableBuilder
223 if (height == 0) {
229 rows.get(height - 1).add(s);
289 return height;
341 serializer.startTable(height, width);
380 height++;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/border/
H A DAccordionElementBorder.java71 int height) {
76 g.drawLine(x, y, x, y + height - 1);
78 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1);
81 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
70 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DSelectedCategoryBorder.java73 int height)
77 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
72 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/border/
H A DAccordionElementBorder.java70 int height) {
75 g.drawLine(x, y, x, y + height - 1);
77 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1);
80 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
69 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DSelectedCategoryBorder.java72 int height)
76 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
71 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DTableSerializer.java151 * @param height
156 public void startTable(int height, int width) { argument
H A DTableBuilder.java58 private int height = 0; field in class:TableBuilder
223 if (height == 0) {
229 rows.get(height - 1).add(s);
289 return height;
341 serializer.startTable(height, width);
380 height++;
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DTableSerializer.java150 * @param height
155 public void startTable(int height, int width) { argument
H A DTableBuilder.java57 private int height = 0; field in class:TableBuilder
222 if (height == 0) {
228 rows.get(height - 1).add(s);
288 return height;
340 serializer.startTable(height, width);
379 height++;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/border/
H A DAccordionElementBorder.java71 int height) {
76 g.drawLine(x, y, x, y + height - 1);
78 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1);
81 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
70 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DSelectedCategoryBorder.java73 int height)
77 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
72 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/border/
H A DAccordionElementBorder.java59 int height) {
64 g.drawLine(x, y, x, y + height - 1);
66 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1);
69 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
58 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DSelectedCategoryBorder.java60 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
64 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/
H A DScanActivity.java168 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java304 int width, int height)
313 int margin = (height - icon.getIconHeight()) / 2;
321 int margin = (height - refreshIcon.getIconHeight()) / 2;
303 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java303 int width, int height)
312 int margin = (height - icon.getIconHeight()) / 2;
320 int margin = (height - refreshIcon.getIconHeight()) / 2;
302 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument

Completed in 138 milliseconds

123