Searched refs:getSize (Results 51 - 75 of 716) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DHistoryComboBox.java61 int length = getModel().getSize();
/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DCanvas.java34 public Dimension getSize() { return size; } method in class:Canvas
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/ui/
H A DCompactLayout.java83 return getSize(parent, false);
93 return getSize(parent, true);
96 public Dimension getSize(Container parent, boolean minimum) { method in class:CompactLayout
132 Dimension size = parent.getSize();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DStub.java52 public long getSize() { Assert.that(false, "should not call this"); return 0; } method in class:Stub
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLSelectElement.java118 public int getSize(); method in interface:HTMLSelectElement
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/
H A DXSModelGroup.java80 int getSize(); method in interface:XSModelGroup
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWCanvasPeer.java61 return getBounds().getSize();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DDefaultComboBoxModel.java65 if ( getSize() > 0 ) {
79 if ( getSize() > 0 ) {
104 public int getSize() { method in class:DefaultComboBoxModel
146 setSelectedItem( getSize() == 1 ? null : getElementAt( index + 1 ) );
/openjdk9/jdk/test/java/awt/Headless/
H A DHeadlessDimension.java48 Dimension d2 = d.getSize();
/openjdk9/jdk/test/java/awt/font/FontScaling/
H A DFontScalingTest.java53 sizes[0] = button.getFont().getSize();
/openjdk9/jdk/test/java/awt/Choice/ChoiceHiDpi/
H A DChoiceTest.java47 int size = font.getSize();
/openjdk9/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/
H A DNewSoftAudioBuffer.java51 assertEquals(buff.getSize(), 377);
/openjdk9/jdk/test/sanity/client/SwingSet/src/
H A DTestHelpers.java19 Dimension dimensionInitial = component.getSize();
/openjdk9/jdk/test/javax/swing/JSpinner/WrongEditorTextFieldFont/
H A DWrongEditorTextFieldFont.java87 if (spinner.getFont().getSize() != tff.getSize()) {
99 if (spinner_u.getFont().getSize() == tff_u.getSize()) {
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInvokeInstruction.java76 sum += args[i].getSize();
87 return getReturnType(cpg).getSize();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/
H A DCenterLayout.java65 Dimension size = c.getSize();
66 Dimension containerSize = container.getSize();
/openjdk9/jdk/test/java/awt/Frame/FrameSize/
H A DTestFrameSize.java50 Dimension size = window.getSize();
67 Dimension actualDimensions = mainWindow.getSize();
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/
H A DSourceInterpreter.java94 return new SourceValue(type == null ? 1 : type.getSize());
112 size = Type.getType(((FieldInsnNode) insn).desc).getSize();
123 return new SourceValue(value.getSize(), insn);
142 size = Type.getType(((FieldInsnNode) insn).desc).getSize();
198 size = Type.getReturnType(desc).getSize();
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/tools/
H A DPrintTable.java66 for (int i = 0; i < a.getSize(); i++) {
74 for (int i = 0; i < a.getSize(); i++) {
82 for (int i = 0; i < a.getSize(); i++) {
90 for (int i = 0; i < a.getSize(); i++) {
98 for (int i = 0; i < a.getSize(); i++) {
/openjdk9/jdk/test/java/awt/FullScreen/FullScreenInsets/
H A DFullScreenInsets.java59 final Dimension sGreen = wGreen.getSize();
67 final Dimension sRed = wGreen.getSize();
87 testSize(wGreen.getSize(), sGreen);
88 testSize(wRed.getSize(), sRed);
118 + w.getSize());
/openjdk9/jdk/test/java/awt/image/multiresolution/
H A DBaseMultiResolutionImageTest.java94 int imageSize = getSize(1);
140 int imageSize = getSize(i);
207 private static int getSize(int i) { method in class:BaseMultiResolutionImageTest
212 return new BufferedImage(getSize(i), getSize(i),
/openjdk9/jdk/test/java/awt/keyboard/AltPlusNumberKeyCombinationsTest/
H A DAltPlusNumberKeyCombinationsTest.java85 robot.mouseMove((int) ta.getLocationOnScreen().x + ta.getSize().width / 2,
86 (int) ta.getLocationOnScreen().y + ta.getSize().height / 2);
122 robot.mouseMove((int) tf.getLocationOnScreen().x + tf.getSize().width / 2,
123 (int) tf.getLocationOnScreen().y + tf.getSize().height / 2);
158 robot.mouseMove((int) ta.getLocationOnScreen().x + ta.getSize().width / 2,
159 (int) ta.getLocationOnScreen().y + ta.getSize().height / 2);
194 robot.mouseMove((int) tf.getLocationOnScreen().x + tf.getSize().width / 2,
195 (int) tf.getLocationOnScreen().y + tf.getSize().height / 2);
230 robot.mouseMove((int) ta.getLocationOnScreen().x + ta.getSize().width / 2,
231 (int) ta.getLocationOnScreen().y + ta.getSize()
[all...]
/openjdk9/jdk/src/demo/share/applets/MoleculeViewer/
H A DXYZApp.java313 backBuffer = createImage(getSize().width, getSize().height);
318 backSize = getSize();
333 resize(getSize().width <= 20 ? 400 : getSize().width,
334 getSize().height <= 20 ? 400 : getSize().height);
365 float f1 = getSize().width / xw;
366 float f2 = getSize().height / xw;
422 float xtheta = (prevy - y) * (360.0f / getSize()
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLETableReference.h306 inline static size_t getSize();
311 size_t LETableVarSizer<T>::getSize() { function in class:LETableVarSizer
322 * template<> inline size_t LETableVarSizer<FeatureListTable>::getSize() { return sizeof(FeatureListTable) - (sizeof(le_uint16)*ANY_NUMBER); }
326 #define LE_VAR_ARRAY(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return sizeof(x) - (sizeof(((const x*)0)->y)); }
332 #define LE_CORRECT_SIZE(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return y; }
349 verifyLength(0, LETableVarSizer<T>::getSize(), success);
357 verifyLength(0, LETableVarSizer<T>::getSize(), success);
362 verifyLength(0, LETableVarSizer<T>::getSize(), success);
367 verifyLength(0, LETableVarSizer<T>::getSize(), success);
372 verifyLength(0, LETableVarSizer<T>::getSize(), succes
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/
H A DClassLoaderStats.java249 return arr.getLength() != 0L ? arr.getSize() : 0L;
255 size += k.getSize();
259 size += cp.getSize();
261 size += cp.getCache().getSize();
279 size += methods.getSize();
282 size += m.getSize();
283 size += m.getConstMethod().getSize();

Completed in 180 milliseconds

1234567891011>>