Home
last modified time | relevance | path

Searched refs:getMaxHeight (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixelTest.java38 Assert.assertEquals(maxHeight, pixel.getMaxHeight()); in testParse()
48 Assert.assertEquals(height, pixel.getMaxHeight()); in testFixed()
59 Assert.assertEquals(maxHeight, pixel.getMaxHeight()); in testResizableModified()
71 Assert.assertEquals(maxHeight, pixel.getMaxHeight()); in testResizableFixed()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java188 public int getMaxHeight() { in getMaxHeight() method in BipPixel
224 && p.getMaxHeight() == getMaxHeight(); in equals()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java337 getMinimumHeight(), getMaxHeight(), heightMeasureSpec); in onMeasure()
346 getMaxHeight(), heightMeasureSpec); in onMeasure()
DAttachmentPreviewFactory.java171 int maxHeight = imageView.getMaxHeight(); in createImagePreview()