Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformationTest.java31 BipTransformation trans = new BipTransformation(); in testCreateEmpty() local
38 BipTransformation trans = new BipTransformation(); in testAddTransformation() local
54 BipTransformation trans = new BipTransformation(); in testAddExistingTransformation() local
70 BipTransformation trans = new BipTransformation(); in testAddOnlyInvalidTransformation() local
76 BipTransformation trans = new BipTransformation(); in testAddNewInvalidTransformation() local
83 BipTransformation trans = new BipTransformation(); in testRemoveOnlyTransformation() local
100 BipTransformation trans = new BipTransformation(); in testRemoveOneTransformation() local
117 BipTransformation trans = new BipTransformation(); in testRemoveInvalidTransformation() local
129 BipTransformation trans = new BipTransformation(); in testRemoveUnsupportedTransformation() local
141 BipTransformation trans = new BipTransformation("stretch"); in testParse_Stretch() local
[all …]
DBipImageFormatTest.java85 BipTransformation trans = new BipTransformation(); in testParseVariant_withTransformation() local
109 BipTransformation trans = new BipTransformation(); in testParseVariant_allFields() local
197 BipTransformation trans = in testCreateVariant_withTransformations() local
242 BipTransformation trans = in testCreateVariant_allFields() local
DBipImagePropertiesTest.java409 BipTransformation trans = new BipTransformation(); in testCreateProperties() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java186 String trans = xpp.getAttributeValue(null, "transformation"); in parse() local
335 BipTransformation trans = format.getTransformation(); in toString() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java180 final float trans = (mIcon.mBackground.previewSize - iconSize) / 2; in getFinalIconParams() local