Searched refs:image2 (Results 1 – 2 of 2) sorted by relevance
91 private static final boolean equalSize(ImageData image1, ImageData image2) { in equalSize() argument92 return (image1.width == image2.width && image1.height == image2.height); in equalSize()
684 NinePatchedImage image2 = new NinePatchedImage(getClass() in testContentAreaTwoDots() local686 assertNotNull(image2); in testContentAreaTwoDots()688 assertTrue(image2.hasNinePatchExtension()); in testContentAreaTwoDots()689 assertTrue(image2.ensure9Patch()); in testContentAreaTwoDots()692 Rectangle contentsArea2 = image2.getContentArea(); in testContentAreaTwoDots()