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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp310 int oldY = rc.top - parentRc.top; local
311 bReshape = (x != oldX || y != oldY || w != oldW);
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java2261 int oldY = this.y;
2281 moved = (oldX != this.x) || (oldY != this.y);
2300 repaintParentIfNeeded(oldX, oldY, oldWidth, oldHeight);
2307 private void repaintParentIfNeeded(int oldX, int oldY, int oldWidth, argument
2312 parent.repaint(oldX, oldY, oldWidth, oldHeight);

Completed in 57 milliseconds