Home
last modified time | relevance | path

Searched refs:getMaxHeight (Results 1 – 5 of 5) 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()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/
DPreferenceImageView.java60 final int maxHeight = getMaxHeight(); in onMeasure()