Searched refs:createFixed (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormatTest.java | 34 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 …]
|
D | BipImagePropertiesTest.java | 420 BipPixel.createFixed(200, 200), in testCreateProperties() 426 BipPixel.createFixed(640, 480), in testCreateProperties()
|
D | BipPixelTest.java | 47 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/ |
D | CoverArt.java | 43 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/ |
D | BipPixel.java | 68 public static BipPixel createFixed(int width, int height) { in createFixed() method in BipPixel
|
D | BipImageDescriptor.java | 101 mImageDescriptor.mPixel = BipPixel.createFixed(width, height); in setFixedDimensions()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/ |
D | CoverArtTest.java | 50 private static final BipPixel PIXEL_THUMBNAIL = BipPixel.createFixed(200, 200);
|