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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java71 final Dimension nativeSize = toolkit.getBestCursorSize(width, height);
114 public static Dimension getBestCursorSize(final int preferredWidth, final int preferredHeight) { method in class:CCustomCursor
H A DLWCToolkit.java243 public Dimension getBestCursorSize(final int preferredWidth, final int preferredHeight) throws HeadlessException { method in class:LWCToolkit
244 return CCustomCursor.getBestCursorSize(preferredWidth, preferredHeight);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCustomCursor.java48 static Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:XCustomCursor
H A DXToolkit.java1085 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:XToolkit
1086 return XCustomCursor.getBestCursorSize(
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHToolkit.java230 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) method in class:HToolkit
H A DHeadlessToolkit.java252 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) method in class:HeadlessToolkit
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java560 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:MToolkit
561 return null; //MCustomCursor.getBestCursorSize(
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java1467 * <code>getBestCursorSize</code>
1512 public Dimension getBestCursorSize(int preferredWidth, method in class:Toolkit
1519 getBestCursorSize(preferredWidth, preferredHeight);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java737 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:WToolkit

Completed in 63 milliseconds