Searched refs:setTransformation (Results 1 – 2 of 2) sorted by relevance
97 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()
111 public Builder setTransformation(int transformation) { in setTransformation() method in BipImageDescriptor.Builder