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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java32 static Dimension sMaxCursorSize; field in class:CCustomCursor
34 if (sMaxCursorSize != null) return sMaxCursorSize;
36 return sMaxCursorSize = new Dimension(bounds.width / 2, bounds.height / 2);

Completed in 29 milliseconds