Home
last modified time | relevance | path

Searched defs:loadCompatibleImage (Results 1 – 2 of 2) sorted by relevance

/sdk/ninepatch/src/com/android/ninepatch/
DGraphicsUtilities.java31 public static BufferedImage loadCompatibleImage(URL resource) throws IOException { in loadCompatibleImage() method in GraphicsUtilities
36 public static BufferedImage loadCompatibleImage(InputStream stream) throws IOException { in loadCompatibleImage() method in GraphicsUtilities
/sdk/draw9patch/src/com/android/draw9patch/graphics/
DGraphicsUtilities.java30 public static BufferedImage loadCompatibleImage(URL resource) throws IOException { in loadCompatibleImage() method in GraphicsUtilities