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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWButtonPeer.java82 public boolean shouldClearRectBeforePaint() { method in class:WButtonPeer
H A DWCanvasPeer.java78 public boolean shouldClearRectBeforePaint() { method in class:WCanvasPeer
H A DWCheckboxPeer.java82 public boolean shouldClearRectBeforePaint() { method in class:WCheckboxPeer
H A DWLabelPeer.java50 public boolean shouldClearRectBeforePaint() { method in class:WLabelPeer
H A DWTextComponentPeer.java113 public boolean shouldClearRectBeforePaint() { method in class:WTextComponentPeer
H A DWScrollbarPeer.java140 public boolean shouldClearRectBeforePaint() { method in class:WScrollbarPeer
H A DWChoicePeer.java60 public boolean shouldClearRectBeforePaint() { method in class:WChoicePeer
H A DWListPeer.java177 public boolean shouldClearRectBeforePaint() { method in class:WListPeer
H A DWComponentPeer.java227 paintArea.paint(target, shouldClearRectBeforePaint());
347 paintArea.paint(target,shouldClearRectBeforePaint());
992 public boolean shouldClearRectBeforePaint() { method in class:WComponentPeer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DRepaintArea.java192 public void paint(Object target, boolean shouldClearRectBeforePaint) { argument
234 if (shouldClearRectBeforePaint) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java1254 protected final boolean shouldClearRectBeforePaint() { method in class:LWComponentPeer
1267 targetPaintArea.paint(getTarget(), shouldClearRectBeforePaint());

Completed in 80 milliseconds