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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageWatched.java53 public boolean isWatcher(ImageObserver iw) { method in class:ImageWatched.Link
101 public boolean isWatcher(ImageObserver iw) { method in class:ImageWatched.WeakLink
102 return (myref.get() == iw || next.isWatcher(iw));
143 if (iw != null && !isWatcher(iw)) {
149 public synchronized boolean isWatcher(ImageObserver iw) { method in class:ImageWatched
150 return watcherList.isWatcher(iw);

Completed in 31 milliseconds