Home
last modified time | relevance | path

Searched refs:opaqueBackground (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobilecomponents/src/spark/transitions/
H A DSlideViewTransition.as320 opaqueBackground: startView.opaqueBackground };
357 // opaqueBackground property to improve performance.
359 startView.opaqueBackground = startView.getStyle("backgroundColor");
378 opaqueBackground:endView.opaqueBackground};
383 // opaqueBackground property to improve performance.
385 endView.opaqueBackground = endView.getStyle("backgroundColor");
721 startView.opaqueBackground = startViewProps.opaqueBackground;
739 endView.opaqueBackground = endViewProps.opaqueBackground;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/core/
H A DIDisplayObjectInterface.as132 * @copy flash.display.DisplayObject#opaqueBackground
134 function get opaqueBackground():Object;
135 function set opaqueBackground(value:Object):void;
H A DContainer.as2960 // opaqueBackground.
2967 // If the background is not opaque, unset opaqueBackground.
2973 contentPane.opaqueBackground = backgroundColor;
2975 // Set cacheAsBitmap only if opaqueBackground is also set (to avoid
4768 contentPane.opaqueBackground = null;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DIDisplayObjectInterface.as217 * @copy flash.display.DisplayObject#opaqueBackground
224 function get opaqueBackground():Object;
225 function set opaqueBackground(value:Object):void;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/utils/
H A DBitmapUtil.as185 var tmpOpaqueBackground:Object = targ.opaqueBackground;
186 targ.opaqueBackground = 0xFFFFFFFF;
190 targ.opaqueBackground = tmpOpaqueBackground;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DDisplayObject_as.hx139 if (untyped x1.hasOwnProperty('opaqueBackground')) {
140 DejaGnu.pass("DisplayObject::opaqueBackground property exists");
143 "]DisplayObject::opaqueBackground property doesn't"+
H A DMovieClip_as.hx273 if (Type.typeof(x1.opaqueBackground) == ValueType.TInt) {
274 DejaGnu.xpass("MovieClip::opaqueBackground property exists");
276 DejaGnu.xfail("MovieClip::opaqueBackground property doesn't exist");
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Dpopupwidget.cpp197 bool const opaqueBackground = (self().levelOfNesting() > 0); in DENG_GUI_PIMPL() local
208 !opaqueBackground && st.isBlurringAllowed()? in DENG_GUI_PIMPL()
216 if (opaqueBackground) in DENG_GUI_PIMPL()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/containers/utilityClasses/
H A DPostScaleAdapter.as1008 public function get opaqueBackground():Object
1010 return obj.opaqueBackground;
1012 public function set opaqueBackground(value:Object):void
1014 obj.opaqueBackground = value;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/as3compile.all/
H A DSprite.as76 xcheck(m.hasOwnProperty("opaqueBackground"));
H A DMovieClip.as110 xcheck(m.hasOwnProperty("opaqueBackground"));
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/containers/
H A DControlBar.as246 contentPane.opaqueBackground = null;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/containers/
H A DControlBar.as272 contentPane.opaqueBackground = null;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobilecomponents/src/spark/components/
H A DLabelItemRenderer.as870 // If our background is a solid color, use it as the opaqueBackground property
878 opaqueBackground = opaqueBackgroundColor;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/core/
H A DContainer.as3546 // opaqueBackground.
3553 // If the background is not opaque, unset opaqueBackground.
3559 contentPane.opaqueBackground = backgroundColor;
3561 // Set cacheAsBitmap only if opaqueBackground is also set (to avoid
5502 contentPane.opaqueBackground = null;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/
H A DLegend.as3774 // opaqueBackground.
3781 // If the background is not opaque, unset opaqueBackground.
3787 contentPane.opaqueBackground = backgroundColor;
3789 // Set cacheAsBitmap only if opaqueBackground is also set (to avoid
5485 contentPane.opaqueBackground = null;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DMovieClip.as68 check(MovieClip.prototype.hasOwnProperty("opaqueBackground"));
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/po/
H A Dzh_CN.po4168 msgid "MovieClip.opaqueBackground()"
4169 msgstr "MovieClip.opaqueBackground()"
H A Dne.po3853 msgid "MovieClip.opaqueBackground()"
3854 msgstr "MovieClip.opaqueBackground()"
H A Dcs.po3871 msgid "MovieClip.opaqueBackground()"
3872 msgstr "MovieClip.opaqueBackground()"
H A Des.po3932 msgid "MovieClip.opaqueBackground()"
3933 msgstr "MovieClip.opaqueBackground()"
H A Dda.po3907 msgid "MovieClip.opaqueBackground()"
3908 msgstr "MovieClip.opaqueBackground()"
H A Den_GB.po3908 msgid "MovieClip.opaqueBackground()"
3909 msgstr "MovieClip.opaqueBackground()"
H A Dit.po3741 msgid "MovieClip.opaqueBackground()"
H A Dfi.po3748 msgid "MovieClip.opaqueBackground()"

12