Searched refs:createNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormatTest.java | 148 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_requiredOnly() 162 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_withSize() 267 BipImageFormat format = BipImageFormat.createNative(null, BipPixel.createFixed(1280, 1024), in testCreateFormat_noEncoding() 273 BipImageFormat format = BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateFormat_noPixel()
|
D | BipImagePropertiesTest.java | 400 builder.addNativeFormat(BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateProperties()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormat.java | 63 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative() method in BipImageFormat
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/ |
D | CoverArt.java | 189 BipImageFormat format = BipImageFormat.createNative(encoding, pixel, -1); in getImageProperties()
|