Home
last modified time | relevance | path

Searched refs:STRETCH (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformationTest.java41 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 …]
DBipImageFormatTest.java86 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()
DBipImageDescriptorTest.java97 builder.setTransformation(BipTransformation.STRETCH); in testBuildImageDescriptor_transformationConstantStretch()
DBipImagePropertiesTest.java410 trans.addTransformation(BipTransformation.STRETCH); in testCreateProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java41 public static final int STRETCH = 0; field in BipTransformation
59 addTransformation(STRETCH); in BipTransformation()
120 return transformation >= STRETCH && transformation <= CROP; in isValid()
156 if (isSupported(STRETCH)) { in toString()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/viewholder/
DCategorySectionViewHolder.kt60 layoutManager.alignItems = AlignItems.STRETCH in bind()