Searched refs:getBestCursorSize (Results 1 - 10 of 10) sorted by relevance
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | CCustomCursor.java | 71 final Dimension nativeSize = toolkit.getBestCursorSize(width, height); 114 public static Dimension getBestCursorSize(final int preferredWidth, final int preferredHeight) { method in class:CCustomCursor
|
H A D | LWCToolkit.java | 243 public Dimension getBestCursorSize(final int preferredWidth, final int preferredHeight) throws HeadlessException { method in class:LWCToolkit 244 return CCustomCursor.getBestCursorSize(preferredWidth, preferredHeight);
|
/openjdk7/jdk/src/share/classes/sun/awt/ |
H A D | CustomCursor.java | 60 // transparent). In this case, getBestCursorSize() will adjust negative w and h, 67 Dimension nativeSize = toolkit.getBestCursorSize(width, height);
|
H A D | HToolkit.java | 230 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) method in class:HToolkit
|
H A D | HeadlessToolkit.java | 252 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) method in class:HeadlessToolkit
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XCustomCursor.java | 48 static Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:XCustomCursor
|
H A D | XToolkit.java | 1085 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:XToolkit 1086 return XCustomCursor.getBestCursorSize(
|
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/ |
H A D | MToolkit.java | 560 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 D | Toolkit.java | 1467 * <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 D | WToolkit.java | 737 public Dimension getBestCursorSize(int preferredWidth, int preferredHeight) { method in class:WToolkit
|
Completed in 58 milliseconds