Home
last modified time | relevance | path

Searched refs:setTransformation (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageDescriptorTest.java97 builder.setTransformation(BipTransformation.STRETCH); in testBuildImageDescriptor_transformationConstantStretch()
115 builder.setTransformation(BipTransformation.CROP); in testBuildImageDescriptor_transformationConstantCrop()
133 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_transformationConstantFill()
151 builder.setTransformation(BipTransformation.CROP); in testBuildImageDescriptor_transformationConstantCropThenFill()
152 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_transformationConstantCropThenFill()
204 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_allButSize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageDescriptor.java111 public Builder setTransformation(int transformation) { in setTransformation() method in BipImageDescriptor.Builder