Searched refs:getSize (Results 101 - 125 of 524) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLimiter/
H A DProcessAudio_replace_mix.java58 float[] testdata1 = new float[in1.getSize()];
59 float[] testdata2 = new float[in2.getSize()];
H A DProcessAudio_replace_mix_overdrive.java58 float[] testdata1 = new float[in1.getSize()];
59 float[] testdata2 = new float[in2.getSize()];
H A DProcessAudio_replace_normal.java58 float[] testdata1 = new float[in1.getSize()];
59 float[] testdata2 = new float[in2.getSize()];
H A DProcessAudio_replace_overdrive.java58 float[] testdata1 = new float[in1.getSize()];
59 float[] testdata2 = new float[in2.getSize()];
/openjdk7/jdk/test/javax/swing/JComponent/6989617/
H A Dbug6989617.java70 if (!pr.getSize().equals(button.getSize())) {
/openjdk7/jdk/test/javax/swing/JPopupMenu/6987844/
H A Dbug6987844.java86 Dimension popupSize1 = menu1.getPopupMenu().getSize();
87 Dimension popupSize2 = menu2.getPopupMenu().getSize();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java338 Dimension size = getSize();
709 offset >= getSize().width) {
727 maxX = Math.max(0, splitPane.getSize().width -
728 (getSize().width + right) -
733 maxX = Math.max(0, splitPane.getSize().width -
734 (getSize().width + right));
828 offset > getSize().height) {
847 maxX = Math.max(0, splitPane.getSize().height -
848 (getSize().height + bottom) -
854 maxX = Math.max(0, splitPane.getSize()
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DSplashScreen.java261 public Dimension getSize() throws IllegalStateException { method in class:SplashScreen
262 return getBounds().getSize();
285 Dimension dim = getSize();
/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java196 g.draw3DRect(i, i, getSize().width - i * 2, getSize().height - i * 2,
221 float xscale = (getSize().width - border * 2 - 1) / frwidth;
222 float yscale = (getSize().height - border * 2 - 1) / frheight;
227 yoff += ((getSize().height - border * 2)
231 xoff += ((getSize().width - border * 2)
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java102 if (traps.getSize() > 0) {
134 for (int i = 0; i < traps.getSize(); i++) {
198 if (trapList == null || trapList.getSize() == 0) {
225 if (trapList.getSize() > TILE_SIZE) {
245 for (int i = 0; i < trapList.getSize(); i++) {
291 trapList.getSize(),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java585 debugger.configureJavaPrimitiveTypeSizes(db.getJBooleanType().getSize(),
586 db.getJByteType().getSize(),
587 db.getJCharType().getSize(),
588 db.getJDoubleType().getSize(),
589 db.getJFloatType().getSize(),
590 db.getJIntType().getSize(),
591 db.getJLongType().getSize(),
592 db.getJShortType().getSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCache.java49 baseOffset = type.getSize();
51 elementSize = elType.getSize();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DStackTraceTool.java102 if (frameIndex < stackModel.getSize()) {
198 public int getSize() { method in class:StackTraceTool.StackTraceListModel
/openjdk7/jdk/test/java/awt/Choice/ChoiceMouseWheelTest/
H A DChoiceMouseWheelTest.java91 Dimension size = choice.getSize();
115 int y = getLocationOnScreen().y + getSize().height;
/openjdk7/jdk/test/java/awt/Focus/SimpleWindowActivationTest/
H A DSimpleWindowActivationTest.java148 Dimension d = c.getSize();
154 Dimension d = frame.getSize();
/openjdk7/jdk/test/java/awt/TextArea/UsingWithMouse/
H A DSelectionAutoscrollTest.java139 Dimension d = textArea.getSize();
145 Dimension d = textArea.getSize();
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DManyEntries.java90 if (! (e.getSize() == 1))
91 throw new Exception("bad size: " + e.getSize());
/openjdk7/jdk/test/javax/swing/JInternalFrame/6647340/
H A Dbug6647340.java92 Dimension size = frame.getSize();
107 Dimension size = frame.getSize();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldInstruction.java98 return getType(cpg).getSize();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassPath.java335 public abstract long getSize(); method in interface:ClassPath.ClassFile
356 public long getSize() { return file.length(); }
377 public long getSize() { return entry.getSize(); }
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java103 int getSize( ) { method in class:SlotTable
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage.java80 int getSize(); method in interface:Message
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DSplashScreen.java77 Dimension d = getSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Instruction.java70 public int getSize() { method in class:X86Instruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicFunctionType.java77 BasicFunctionType t = new BasicFunctionType(getName(), getSize(), getReturnType(), cvAttributes);

Completed in 67 milliseconds

1234567891011>>