Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixelTest.java42 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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java184 public int getMaxHeight() { in getMaxHeight() method in BipPixel
220 && p.getMaxHeight() == getMaxHeight(); in equals()
DBipImageProperties.java285 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()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPreferenceImageView.java60 final int maxHeight = getMaxHeight(); in onMeasure()
/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()