Searched refs:STRETCH (Results 1 – 6 of 6) sorted by relevance
41 Assert.assertFalse(trans.isSupported(BipTransformation.STRETCH)); in testAddTransformation()45 trans.addTransformation(BipTransformation.STRETCH); in testAddTransformation()47 Assert.assertTrue(trans.isSupported(BipTransformation.STRETCH)); in testAddTransformation()57 Assert.assertFalse(trans.isSupported(BipTransformation.STRETCH)); in testAddExistingTransformation()63 Assert.assertFalse(trans.isSupported(BipTransformation.STRETCH)); in testAddExistingTransformation()86 Assert.assertFalse(trans.isSupported(BipTransformation.STRETCH)); in testRemoveOnlyTransformation()92 Assert.assertFalse(trans.isSupported(BipTransformation.STRETCH)); in testRemoveOnlyTransformation()102 trans.addTransformation(BipTransformation.STRETCH); in testRemoveOneTransformation()104 Assert.assertTrue(trans.isSupported(BipTransformation.STRETCH)); in testRemoveOneTransformation()110 Assert.assertTrue(trans.isSupported(BipTransformation.STRETCH)); in testRemoveOneTransformation()[all …]
86 trans.addTransformation(BipTransformation.STRETCH); in testParseVariant_withTransformation()110 trans.addTransformation(BipTransformation.STRETCH); in testParseVariant_allFields()200 BipTransformation.STRETCH, in testCreateVariant_withTransformations()245 BipTransformation.STRETCH, in testCreateVariant_allFields()
97 builder.setTransformation(BipTransformation.STRETCH); in testBuildImageDescriptor_transformationConstantStretch()
410 trans.addTransformation(BipTransformation.STRETCH); in testCreateProperties()
41 public static final int STRETCH = 0; field in BipTransformation59 addTransformation(STRETCH); in BipTransformation()120 return transformation >= STRETCH && transformation <= CROP; in isValid()156 if (isSupported(STRETCH)) { in toString()
60 layoutManager.alignItems = AlignItems.STRETCH in bind()