Searched refs:bottom (Results 251 - 275 of 413) sorted by relevance

<<11121314151617

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java164 "check to make sure top/bottom info is not used");
216 "merge of bottom values is handled elsewhere");
292 public static CellTypeState bottom = CellTypeState.makeBottom(); field in class:CellTypeState
/openjdk9/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworksPrefs.java252 height += insets.bottom;
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1EvacFailure.cpp86 _last_forwarded_object_end(hr->bottom()) { }
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaComboBoxButton.java136 height -= insets.top + insets.bottom;
229 rendererPane.paintComponent(g, c, this, left, top, cWidth, height, shouldValidate); // h - (insets.top + insets.bottom) );
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWTextAreaPeer.java122 size.height += pi.top + pi.bottom;
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java279 height = height - insets.top - insets.bottom;
642 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom);
695 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom);
858 * left, top, or bottom align the progress string or if you need
938 size.height += border.top + border.bottom;
1204 // If we go right-to-left or vertically, start at the right/bottom.
H A DBasicTextFieldUI.java129 height = height - insets.top - insets.bottom;
H A DBasicTextAreaUI.java196 height = height - insets.top - insets.bottom;
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalRadioButtonUI.java175 viewRect.height -= (i.bottom + viewRect.y);
H A DMetalToolTipUI.java122 size.height - (insets.top + insets.bottom));
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java283 int dy = insets.top + insets.bottom;
386 paintViewR.height = c.getHeight() - (insets.top + insets.bottom);
485 * (from top to bottom) and ask each for its preferred size. Each menu
526 result.height += insets.top + insets.bottom;
549 rect.height -= (insets.bottom + rect.y);
H A DSynthLabelUI.java128 viewRect.height = height - (i.bottom + viewRect.y);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DCubicCurve2D.java323 float bottom = Math.max(Math.max(y1, y2),
326 right - left, bottom - top);
569 double bottom = Math.max(Math.max(y1, y2),
572 right - left, bottom - top);
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/im/
H A DCompositionArea.java215 +compositionWindow.getInsets().bottom;
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java172 viewR.height = getHeight() - (i.top + i.bottom);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/
H A DColorChooserPanel.java108 gbc.insets.bottom = 10;
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DDefaultLayoutStyle.java250 return insets.bottom;
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_TextComponent.cpp251 fr.rcPage.bottom = (nVertRes/nLogPixelsY) * 1440;
255 fr.rc.bottom = fr.rcPage.bottom;
1177 p.y = (r.top + r.bottom) / 2;
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DSheetDialog.java114 int dy = insets.top + insets.bottom;
/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnDPIChangingTest.java214 g.drawImage(mrImage, insets.left, insets.bottom, null);
H A DWindowResizingOnMovingToAnotherDisplay.java86 + "Try different display positions (left, right, top, bottom).\n"
210 g.drawImage(mrImage, insets.left, insets.bottom, null);
/openjdk9/jdk/test/java/awt/event/HierarchyEvent/AncestorResized/
H A DAncestorResized.java102 if (insets.right == 0 || insets.bottom == 0) {
104 System.out.println("The test environment must have non-zero right & bottom insets! The current insets are: " + insets);
109 // Let's move the mouse pointer to the bottom-right coner of the frame (the "size-grip")
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTestJustification.java102 float h = d.height - insets.top - insets.bottom;
/openjdk9/jdk/test/com/sun/jdi/redefineMethod/
H A DRedefineTest.java50 sub.bottom();
152 return; // might be bad class, but might have run past bottom
/openjdk9/jdk/test/java/awt/Frame/DynamicLayout/
H A DDynamicLayout.java103 if (insets.right == 0 || insets.bottom == 0) {
104 System.out.println("The test environment must have non-zero right & bottom insets! The current insets are: " + insets);
109 // Let's move the mouse pointer to the bottom-right coner of the frame (the "size-grip")

Completed in 198 milliseconds

<<11121314151617