Home
last modified time | relevance | path

Searched defs:img (Results 1 – 12 of 12) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DImageLoader.java136 Image img = mLoadedImages.get(filename); in loadImage() local
174 Image img = loadImage(fileName, display); in loadImage() local
198 Image img = new Image(display, width, height); in createPlaceHolderArt() local
DHeapPanel.java944 Image img = new Image(display, width, height); in createColorRect() local
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
DImageFactory.java144 Image img = it.next(); in dispose() local
/sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
DAboutPage.java69 Image img = new Image(parent.getShell().getDisplay(), imageStream); in createContents() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiModelTreeLabelProvider.java55 Image img = desc.getCustomizedIcon(); in getImage() local
/sdk/chimpchat/src/com/android/chimpchat/core/
DChimpImageBase.java58 BufferedImage img = cachedBufferedImage.get(); in getBufferedImage() local
65 BufferedImage img = createBufferedImage(); in getBufferedImage() local
/sdk/chimpchat/test/com/android/chimpchat/
DImageUtilsTest.java36 BufferedImage img = ImageIO.read(is); in createBufferedImage() local
/sdk/ddms/app/src/com/android/ddms/
DAboutDialog.java100 Image img = new Image(shell.getDisplay(), imageStream); in loadImage() local
/sdk/draw9patch/src/com/android/draw9patch/graphics/
DGraphicsUtilities.java76 public static int[] getPixels(BufferedImage img, int x, int y, int w, int h, int[] pixels) { in getPixels()
/sdk/ninepatch/src/com/android/ninepatch/
DGraphicsUtilities.java82 public static int[] getPixels(BufferedImage img, int x, int y, int w, int h, int[] pixels) { in getPixels()
/sdk/draw9patch/src/com/android/draw9patch/ui/
DMainFrame.java57 BufferedImage img = GraphicsUtilities.loadCompatibleImage(file.toURI().toURL()); in MainFrame() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java479 Image img = null; in getImage() local