HomeSort by relevance Sort by last modified time
    Searched full:currentpaintcontext (Results 1 - 1 of 1) sorted by null

  /frameworks/base/awt/java/awt/
Color.java 237 transient private PaintContext currentPaintContext;
393 if (currentPaintContext != null) {
394 return currentPaintContext;
396 currentPaintContext = new Color.ColorPaintContext(value);
397 return currentPaintContext;

Completed in 590 milliseconds