Home
last modified time | relevance | path

Searched refs:createFixed (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipImageFormatTest.java36 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseNative_requiredOnly()
49 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseNative_withSize()
62 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_requiredOnly()
75 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_withMaxSize()
120 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields()
129 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields()
138 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields()
180 Assert.assertEquals(BipPixel.createFixed(32, 32), format.getPixel()); in testCreateVariant_requiredOnly()
197 Assert.assertEquals(BipPixel.createFixed(32, 32), format.getPixel()); in testCreateVariant_withTransformations()
211 Assert.assertEquals(BipPixel.createFixed(32, 32), format.getPixel()); in testCreateVariant_withMaxsize()
[all …]
H A DBipImagePropertiesTest.java401 BipPixel.createFixed(200, 200), -1)); in testCreateProperties()
406 BipPixel.createFixed(640, 480), -1, null)); in testCreateProperties()
H A DBipPixelTest.java43 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
H A DCoverArt.java44 private static final BipPixel PIXEL_THUMBNAIL = BipPixel.createFixed(200, 200);
188 BipPixel pixel = BipPixel.createFixed(200, 200); in getImageProperties()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipPixel.java70 public static BipPixel createFixed(int width, int height) { in createFixed() method in BipPixel
H A DBipImageDescriptor.java104 mImageDescriptor.mPixel = BipPixel.createFixed(width, height); in setFixedDimensions()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
H A DCoverArtTest.java53 private static final BipPixel PIXEL_THUMBNAIL = BipPixel.createFixed(200, 200);