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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java141 private int countdown; field in class:SurfaceDataProxy.CountdownTracker
144 this.countdown = threshold;
148 return (--countdown >= 0);
380 * variables to cause both a threshold countdown and an update
388 * Decrement the countdown and copy the source to the cache

Completed in 44 milliseconds