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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java221 // methods) the ivar repaintAll is set to true. When paint is received
222 // if repaintAll is true (we previously did a blit) it is set to
239 private transient boolean repaintAll; field in class:JViewport
242 * This is set to true in paint, if <code>repaintAll</code>
699 if (repaintAll) {
700 repaintAll = false;
1102 repaintAll = (windowBlitPaint(g) &&
1115 repaintAll = false;
1122 repaintAll = false;

Completed in 24 milliseconds