Home
last modified time | relevance | path

Searched refs:trans (Results 1 – 25 of 28) 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.java348 float[] trans) { in getLauncherContentAnimator() argument
362 appsView.setTranslationY(trans[0]); in getLauncherContentAnimator()
374 ObjectAnimator transY = ObjectAnimator.ofFloat(appsView, View.TRANSLATION_Y, trans); in getLauncherContentAnimator()
390 endListener = composeViewContentAnimator(launcherAnimator, alphas, trans); in getLauncherContentAnimator()
409 launcherAnimator.play(ObjectAnimator.ofFloat(currentPage, View.TRANSLATION_Y, trans)); in getLauncherContentAnimator()
410 launcherAnimator.play(ObjectAnimator.ofFloat(hotseat, View.TRANSLATION_Y, trans)); in getLauncherContentAnimator()
411 launcherAnimator.play(ObjectAnimator.ofFloat(qsb, View.TRANSLATION_Y, trans)); in getLauncherContentAnimator()
441 float[] alphas, float[] trans); in composeViewContentAnimator() argument
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java114 float[] trans) { in composeViewContentAnimator() argument
123 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/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 ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
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, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dcs_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...
Dfi_wordlist.combined.gz1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...

12