Home
last modified time | relevance | path

Searched refs:image2 (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java91 private static final boolean equalSize(ImageData image1, ImageData image2) { in equalSize() argument
92 return (image1.width == image2.width && image1.height == image2.height); in equalSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImageTest.java684 NinePatchedImage image2 = new NinePatchedImage(getClass() in testContentAreaTwoDots() local
686 assertNotNull(image2); in testContentAreaTwoDots()
688 assertTrue(image2.hasNinePatchExtension()); in testContentAreaTwoDots()
689 assertTrue(image2.ensure9Patch()); in testContentAreaTwoDots()
692 Rectangle contentsArea2 = image2.getContentArea(); in testContentAreaTwoDots()