Searched refs:paintPending (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java84 boolean paintPending = false; field in class:WComponentPeer
148 // Should set paintPending before reahape to prevent
151 paintPending = (width != oldWidth) || (height != oldHeight);
341 paintPending = false;
346 if (!isLayouting && ! paintPending) {
861 if(!paintArea.isEmpty() && !paintPending &&
932 return paintPending && isLayouting;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java88 boolean paintPending = false; field in class:XComponentPeer
585 paintPending = false;
590 if (!isLayouting && !paintPending) {
814 return paintPending && isLayouting;
828 if (!paintPending && !paintArea.isEmpty()

Completed in 34 milliseconds