Home
last modified time | relevance | path

Searched refs:getGraphicsConfiguration (Results 1 – 3 of 3) sorted by relevance

/sdk/ninepatch/src/com/android/ninepatch/
DGraphicsUtilities.java42 return getGraphicsConfiguration().createCompatibleImage(width, height); in createCompatibleImage()
50 if (image.getColorModel().equals(getGraphicsConfiguration().getColorModel())) { in toCompatibleImage()
54 BufferedImage compatibleImage = getGraphicsConfiguration().createCompatibleImage( in toCompatibleImage()
64 return getGraphicsConfiguration().createCompatibleImage(width, height, in createCompatibleImage()
68 private static GraphicsConfiguration getGraphicsConfiguration() { in getGraphicsConfiguration() method in GraphicsUtilities
78 return getGraphicsConfiguration().createCompatibleImage(width, height, in createTranslucentCompatibleImage()
/sdk/draw9patch/src/com/android/draw9patch/graphics/
DGraphicsUtilities.java36 return getGraphicsConfiguration().createCompatibleImage(width, height); in createCompatibleImage()
44 if (image.getColorModel().equals(getGraphicsConfiguration().getColorModel())) { in toCompatibleImage()
48 BufferedImage compatibleImage = getGraphicsConfiguration().createCompatibleImage( in toCompatibleImage()
58 return getGraphicsConfiguration().createCompatibleImage(width, height, in createCompatibleImage()
62 private static GraphicsConfiguration getGraphicsConfiguration() { in getGraphicsConfiguration() method in GraphicsUtilities
72 return getGraphicsConfiguration().createCompatibleImage(width, height, in createTranslucentCompatibleImage()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DIconLoader.java22 private static GraphicsConfiguration getGraphicsConfiguration() { in getGraphicsConfiguration() method in IconLoader
37 getGraphicsConfiguration().getColorModel())) { in toCompatibleImage()
41 BufferedImage compatibleImage = getGraphicsConfiguration().createCompatibleImage( in toCompatibleImage()