Searched refs:getMaxHeight (Results 1 – 6 of 6) sorted by relevance
42 Assert.assertEquals(maxHeight, pixel.getMaxHeight()); in testParse()52 Assert.assertEquals(height, pixel.getMaxHeight()); in testFixed()63 Assert.assertEquals(maxHeight, pixel.getMaxHeight()); in testResizableModified()74 Assert.assertEquals(maxHeight, pixel.getMaxHeight()); in testResizableFixed()
184 public int getMaxHeight() { in getMaxHeight() method in BipPixel220 && p.getMaxHeight() == getMaxHeight(); in equals()
285 return pixel.getMaxWidth() == 200 && pixel.getMaxHeight() == 200; in isThumbnailFormat()287 return pixel.getMaxWidth() >= 200 && pixel.getMaxHeight() >= 200; in isThumbnailFormat()289 return pixel.getMaxWidth() == pixel.getMaxHeight() && pixel.getMaxWidth() >= 200; in isThumbnailFormat()
60 final int maxHeight = getMaxHeight(); in onMeasure()
337 getMinimumHeight(), getMaxHeight(), heightMeasureSpec); in onMeasure()346 getMaxHeight(), heightMeasureSpec); in onMeasure()
171 int maxHeight = imageView.getMaxHeight(); in createImagePreview()