Lines Matching defs:showing
60 // showing from the buffer while painting a locking scheme is
65 // show is invoked the field showing is set to true, beginPaint
66 // will then block until showing is true. This scheme ensures we
97 * Indicates we're in the process of showing. All painting, on the EDT,
100 private boolean showing;
210 while (showing) {
248 showing = true;
271 showing = false;
301 // This disables showing from backbuffer until a complete
359 while(showing) {
475 while(showing) {
928 // Make sure we're not showing.
930 while (showing) {