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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DDebugGraphicsInfo.java39 int flashCount = 2; field in class:DebugGraphicsInfo
H A DDebugGraphics.java181 * @param flashCount number of times that drawing operations will flash
183 public static void setFlashCount(int flashCount) { argument
184 info().flashCount = flashCount;
193 public static int flashCount() { method in class:DebugGraphics
194 return info().flashCount;
369 int i, count = (info.flashCount * 2) - 1;
403 int i, count = (info.flashCount * 2) - 1;
437 int i, count = (info.flashCount * 2) - 1;
474 int i, count = (info.flashCount *
[all...]

Completed in 108 milliseconds