Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormatTest.java34 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseNative_requiredOnly()
47 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseNative_withSize()
60 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_requiredOnly()
73 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_withMaxSize()
118 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields()
127 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields()
136 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields()
149 BipPixel.createFixed(1280, 1024), in testCreateNative_requiredOnly()
153 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testCreateNative_requiredOnly()
166 BipPixel.createFixed(1280, 1024), in testCreateNative_withSize()
[all …]
DBipImagePropertiesTest.java420 BipPixel.createFixed(200, 200), in testCreateProperties()
426 BipPixel.createFixed(640, 480), in testCreateProperties()
DBipPixelTest.java47 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java43 private static final BipPixel PIXEL_THUMBNAIL = BipPixel.createFixed(200, 200);
164 BipPixel pixel = BipPixel.createFixed(200, 200); in getImageProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java68 public static BipPixel createFixed(int width, int height) { in createFixed() method in BipPixel
DBipImageDescriptor.java101 mImageDescriptor.mPixel = BipPixel.createFixed(width, height); in setFixedDimensions()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DCoverArtTest.java50 private static final BipPixel PIXEL_THUMBNAIL = BipPixel.createFixed(200, 200);