Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformationTest.java33 BipTransformation trans = new BipTransformation(); in testCreateEmpty() local
40 BipTransformation trans = new BipTransformation(); in testAddTransformation() local
56 BipTransformation trans = new BipTransformation(); in testAddExistingTransformation() local
72 BipTransformation trans = new BipTransformation(); in testAddOnlyInvalidTransformation() local
78 BipTransformation trans = new BipTransformation(); in testAddNewInvalidTransformation() local
85 BipTransformation trans = new BipTransformation(); in testRemoveOnlyTransformation() local
102 BipTransformation trans = new BipTransformation(); in testRemoveOneTransformation() local
119 BipTransformation trans = new BipTransformation(); in testRemoveInvalidTransformation() local
131 BipTransformation trans = new BipTransformation(); in testRemoveUnsupportedTransformation() local
143 BipTransformation trans = new BipTransformation("stretch"); in testParse_Stretch() local
[all …]
DBipImageFormatTest.java86 BipTransformation trans = new BipTransformation(); in testParseVariant_withTransformation() local
110 BipTransformation trans = new BipTransformation(); in testParseVariant_allFields() local
189 BipTransformation trans = new BipTransformation(new int[]{BipTransformation.STRETCH, in testCreateVariant_withTransformations() local
220 BipTransformation trans = new BipTransformation(new int[]{BipTransformation.STRETCH, in testCreateVariant_allFields() local
DBipImagePropertiesTest.java392 BipTransformation trans = new BipTransformation(); in testCreateProperties() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java200 String trans = xpp.getAttributeValue(null, "transformation"); in parse() local
341 BipTransformation trans = format.getTransformation(); in toString() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java166 final float trans = (mIcon.mBackground.previewSize - iconSize) / 2; in getFinalIconParams() local