Home
last modified time | relevance | path

Searched refs:trans (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformationTest.java33 BipTransformation trans = new BipTransformation(); in testCreateEmpty() local
34 Assert.assertFalse(trans.supportsAny()); in testCreateEmpty()
35 Assert.assertEquals(null, trans.toString()); in testCreateEmpty()
40 BipTransformation trans = new BipTransformation(); in testAddTransformation() local
41 trans.addTransformation(BipTransformation.CROP); in testAddTransformation()
42 Assert.assertTrue(trans.isSupported(BipTransformation.CROP)); in testAddTransformation()
43 Assert.assertFalse(trans.isSupported(BipTransformation.STRETCH)); in testAddTransformation()
44 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testAddTransformation()
45 Assert.assertEquals("crop", trans.toString()); in testAddTransformation()
47 trans.addTransformation(BipTransformation.STRETCH); in testAddTransformation()
[all …]
DBipImageFormatTest.java86 BipTransformation trans = new BipTransformation(); in testParseVariant_withTransformation() local
87 trans.addTransformation(BipTransformation.STRETCH); in testParseVariant_withTransformation()
88 trans.addTransformation(BipTransformation.FILL); in testParseVariant_withTransformation()
89 trans.addTransformation(BipTransformation.CROP); in testParseVariant_withTransformation()
94 Assert.assertEquals(trans, format.getTransformation()); in testParseVariant_withTransformation()
98 Assert.assertEquals(trans, format.getTransformation()); in testParseVariant_withTransformation()
102 Assert.assertEquals(trans, format.getTransformation()); in testParseVariant_withTransformation()
110 BipTransformation trans = new BipTransformation(); in testParseVariant_allFields() local
111 trans.addTransformation(BipTransformation.STRETCH); in testParseVariant_allFields()
112 trans.addTransformation(BipTransformation.FILL); in testParseVariant_allFields()
[all …]
DBipImagePropertiesTest.java67 BipTransformation trans = new BipTransformation(); in testCreateProperties() local
68 trans.addTransformation(BipTransformation.STRETCH); in testCreateProperties()
69 trans.addTransformation(BipTransformation.CROP); in testCreateProperties()
70 trans.addTransformation(BipTransformation.FILL); in testCreateProperties()
84 BipPixel.createResizableModified(80, 60, 640, 480), -1, trans)); in testCreateProperties()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java188 String trans = xpp.getAttributeValue(null, "transformation"); in parse() local
190 BipImageFormat.parseVariant(encoding, pixel, maxSize, trans)); in parse()
295 BipTransformation trans = format.getTransformation(); in toString() local
306 if (trans != null && trans.supportsAny()) { in toString()
307 xmlMsgElement.attribute(null, "transformation", trans.toString()); in toString()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java349 float[] trans) { in getLauncherContentAnimator() argument
363 appsView.setTranslationY(trans[0]); in getLauncherContentAnimator()
375 ObjectAnimator transY = ObjectAnimator.ofFloat(appsView, View.TRANSLATION_Y, trans); in getLauncherContentAnimator()
391 endListener = composeViewContentAnimator(launcherAnimator, alphas, trans); in getLauncherContentAnimator()
400 mDragLayer.setTranslationY(trans[0]); in getLauncherContentAnimator()
401 ObjectAnimator transY = ObjectAnimator.ofFloat(mDragLayer, View.TRANSLATION_Y, trans); in getLauncherContentAnimator()
425 float[] alphas, float[] trans); in composeViewContentAnimator() argument
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DGoLauncherAppTransitionManagerImpl.java49 protected Runnable composeViewContentAnimator(AnimatorSet anim, float[] alphas, float[] trans) { in composeViewContentAnimator() argument
57 ObjectAnimator transY = ObjectAnimator.ofFloat(overview, View.TRANSLATION_Y, trans); in composeViewContentAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java159 final float trans = (mIcon.mBackground.previewSize - iconSize) / 2; in getFinalIconParams() local
161 params.update(trans, trans, scale); in getFinalIconParams()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java136 float[] trans) { in composeViewContentAnimator() argument
145 ObjectAnimator transY = ObjectAnimator.ofFloat(overview, View.TRANSLATION_Y, trans); in composeViewContentAnimator()
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpl_wordlist.combined.gz
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dfi_wordlist.combined.gz1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...

12