Searched defs:resized (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java2255 boolean resized = (this.width != width) || (this.height != height);
2257 if (!resized && !moved) {
2269 if (resized) {
2280 resized = (oldWidth != this.width) || (oldHeight != this.height);
2284 // the window is really resized or moved, otherwise some
2290 if (resized) {
2298 notifyNewBounds(resized, moved);
2334 private void notifyNewBounds(boolean resized, boolean moved) { argument
2339 if (resized) {
2353 if (resized) {
[all...]

Completed in 71 milliseconds