OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBestCursorSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/wtk/
CursorFactory.java
79
public abstract Dimension
getBestCursorSize
(int prefWidth, int prefHeight);
/frameworks/base/awt/java/awt/
HeadlessToolkit.java
100
public Dimension
getBestCursorSize
(int prefWidth, int prefHeight) throws HeadlessException {
Toolkit.java
767
public Dimension
getBestCursorSize
(int prefWidth, int prefHeight) throws HeadlessException {
770
return wtk.getCursorFactory().
getBestCursorSize
(prefWidth, prefHeight);
[
all
...]
Completed in 27 milliseconds