Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
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()
149 new BipEncoding(BipEncoding.JPEG, null), BipPixel.createFixed(1280, 1024), -1); in testCreateNative_requiredOnly()
152 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testCreateNative_requiredOnly()
163 new BipEncoding(BipEncoding.JPEG, null), BipPixel.createFixed(1280, 1024), 1048576); in testCreateNative_withSize()
[all …]
DBipImagePropertiesTest.java75 BipPixel.createFixed(1280, 1024), 1048576)); in testCreateProperties()
80 BipPixel.createFixed(640, 480), -1, null)); in testCreateProperties()
DBipPixelTest.java43 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java70 public static BipPixel createFixed(int width, int height) { in createFixed() method in BipPixel
DBipImageDescriptor.java104 mImageDescriptor.mPixel = BipPixel.createFixed(width, height); in setFixedDimensions()