OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDefaultScreenDevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/awt/java/awt/
HeadlessGraphicsEnvironment.java
55
public GraphicsDevice
getDefaultScreenDevice
() throws HeadlessException {
GraphicsEnvironment.java
101
return
getDefaultScreenDevice
().getDefaultConfiguration().getBounds();
201
public abstract GraphicsDevice
getDefaultScreenDevice
() throws HeadlessException;
Completed in 288 milliseconds