Searched refs:reshape (Results 1 - 25 of 36) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDialogPeer.java121 public void reshape(int x, int y, int width, int height) { method in class:WDialogPeer
123 super.reshape(x, y, width, height);
H A DWFramePeer.java139 public void reshape(int x, int y, int width, int height) { method in class:WFramePeer
141 super.reshape(x, y, width, height);
H A DWChoicePeer.java75 public synchronized native void reshape(int x, int y, int width, int height); method in class:WChoicePeer
H A DWPrintDialogPeer.java125 public void reshape(int x, int y, int width, int height) {} method in class:WPrintDialogPeer
H A DWFileDialogPeer.java248 public void reshape(int x, int y, int width, int height) {} method in class:WFileDialogPeer
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DColorEditor.java45 sample.reshape(2, 2, sampleWidth, sampleHeight);
47 p.reshape(ourWidth, 2, sampleWidth+4, sampleHeight+4);
52 text.reshape(ourWidth,0,100,30);
61 choser.reshape(ourWidth,0,100,30);
H A DFontEditor.java45 familyChoser.reshape(20, 5, 100, 30);
52 styleChoser.reshape(145, 5, 70, 30);
59 sizeChoser.reshape(220, 5, 70, 30);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCheckboxPeer.java181 public void reshape(final int x, final int y, final int w, method in class:LWCheckboxPeer.CheckboxDelegate
183 super.reshape(x, y, w, h);
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java359 reshape(x, y, width, height);
406 reshape(newx, newy, neww, newh);
436 public void reshape(int x, int y, int width, int height) { method in class:Rectangle
952 reshape(x1, y1, (int) x2, (int) y2);
1013 reshape(r.x, r.y, r.width, r.height);
1039 reshape(tx1, ty1, (int) tx2, (int) ty2);
1115 reshape((int) x0, (int) y0, (int) x1, (int) y1);
H A DScrollPane.java501 c.reshape(i.left - p.x, i.top - p.y, cs.width, cs.height);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java261 fp.reshape(r.x, r.y, r.width, r.height);
296 wpeer.reshape(ownerOrigBounds.x, ownerOrigBounds.y,
359 wpeer.reshape(screenBounds.x, screenBounds.y, width, height);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHorizBagLayout.java123 * Lays out the specified container. This method will actually reshape the
142 comp.reshape(left, top, d.width, bottom - top);
H A DVerticalBagLayout.java126 * Lays out the specified container. This method will actually reshape the
146 comp.reshape(left, top, right - left, d.height);
H A DNullComponentPeer.java123 public void reshape(int x, int y, int width, int height) { method in class:NullComponentPeer
H A DVariableGridLayout.java203 parent.getComponent(i).reshape(x, y, colWidth, rowHeight);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameManager.java88 // reshape does delta checks for us
89 f.reshape(desktopIcon.getX(), desktopIcon.getY(), f.getWidth(), f.getHeight());
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java187 public void reshape(int x, int y, int width, int height){}; method in class:StubComponentPeer
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.java315 reshape(dimensions, SET_SIZE, false);
402 reshape(dimensions, SET_BOUNDS, false);
404 reshape(dimensions, SET_SIZE, false);
486 public void reshape(WindowDimensions newDimensions, int op, method in class:XDecoratedPeer
490 insLog.fine("Reshaping " + this + " to " + newDimensions + " op " + op + " user reshape " + userReshape);
510 insLog.fine("- not reparented({0}) or not visible({1}), default reshape",
585 private void reshape(int x, int y, int width, int height, int operation, method in class:XDecoratedPeer
620 reshape(dims, operation, userReshape);
631 reshape(x, y, width, height, op, true);
H A DXContentWindow.java124 reshape(newBounds);
H A DXMenuBarPeer.java380 * reshape(...) and updateChildrenSizes()
382 public void reshape(int x, int y, int width, int height) { method in class:XMenuBarPeer
386 super.reshape(x, y, width, height);
H A DXMenuWindow.java312 reshape(x, y, dim.width, dim.height);
407 reshape(bounds.x, bounds.y, bounds.width, bounds.height);
H A DXPopupMenuPeer.java150 reshape(bounds);
H A DXEmbedChildProxyPeer.java315 public void reshape(int x, int y, int width, int height) { method in class:XEmbedChildProxyPeer
H A DXWarningWindow.java204 reshape((int)point.getX(), (int)point.getY(), getWidth(), getHeight());
H A DXChoicePeer.java629 * After removing the item of the choice we need to reshape unfurled choice
653 unfurledChoice.reshape(r.x, r.y, r.width, r.height);
672 * After removing the item of the choice we need to reshape unfurled choice
676 unfurledChoice.reshape(r.x, r.y, r.width, r.height);
832 reshape(r.x, r.y, r.width, r.height);

Completed in 80 milliseconds

12