Home
last modified time | relevance | path

Searched refs:Opacity (Results 1 – 25 of 62) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dopacity_test.dart14 testWidgets('Opacity', (WidgetTester tester) async {
17 // Opacity 1.0: Semantics and painting
19 const Opacity(
36 expect(find.byType(Opacity), paints..paragraph());
38 // Opacity 0.0: Nothing
40 const Opacity(
48 expect(find.byType(Opacity), paintsNothing);
50 // Opacity 0.0 with semantics: Just semantics
52 const Opacity(
70 expect(find.byType(Opacity), paintsNothing);
[all …]
Dtransform_test.dart238 child: Opacity(
263 child: Opacity(opacity: 0.5, child: Container()),
303 child: Opacity(opacity: 0.5, child: Container()),
318 child: Opacity(opacity: 0.5, child: Container()),
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dswitch_test.dart432 expect(find.byType(Opacity), findsOneWidget);
433 expect(tester.widget<Opacity>(find.byType(Opacity).first).opacity, 0.5);
450 expect(find.byType(Opacity), findsOneWidget);
451 expect(tester.widget<Opacity>(find.byType(Opacity).first).opacity, 1.0);
481 expect(find.byType(Opacity), findsOneWidget);
482 expect(tester.widget<Opacity>(find.byType(Opacity).first).opacity, 0.5);
512 expect(find.byType(Opacity), findsOneWidget);
513 expect(tester.widget<Opacity>(find.byType(Opacity).first).opacity, 1.0);
/third_party/flutter/flutter/dev/bots/test/
Danalyze-sample-code_test.dart20 'known_broken_documentation.dart:30:9: new Opacity(',
22 'known_broken_documentation.dart:42:9: new Opacity(',
/third_party/flutter/flutter/dev/bots/test/analyze-sample-code-test-input/
Dknown_broken_documentation.dart30 /// new Opacity(
42 /// new Opacity(
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dbackdrop.dart96 Opacity(
114 Opacity(
127 Opacity(
/third_party/flutter/skia/modules/sksg/include/
DSkSGOpacityEffect.h25 SG_ATTRIBUTE(Opacity, float, fOpacity)
DSkSGPaint.h31 SG_ATTRIBUTE(Opacity , SkScalar , fOpacity )
/third_party/skia/modules/sksg/include/
DSkSGOpacityEffect.h25 SG_ATTRIBUTE(Opacity, float, fOpacity)
DSkSGPaint.h31 SG_ATTRIBUTE(Opacity , SkScalar , fOpacity )
/third_party/flutter/flutter/dev/benchmarks/macrobenchmarks/lib/src/
Dcull_opacity.dart34 child: Opacity(
/third_party/skia/experimental/skrive/include/
DSkRive.h113 ACTOR_ATTR(Opacity , float, 1 )
157 ACTOR_ATTR(Opacity , float , 1 )
/third_party/flutter/skia/modules/skottie/src/effects/
DDropShadowEffect.cpp28 ADAPTER_PROPERTY(Opacity , SkScalar, 255)
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dperformance_overlay.dart100 /// [Opacity] widget), clips, shader mask layers, etc. Selecting a new render target
103 /// replacing an [Opacity] widget with an [widgets.Image] using a [BlendMode]).
Dvisibility.dart24 /// * [Opacity], which can stop its child from being painted.
158 /// If this property is true, [Opacity] is used instead of [Offstage].
212 return Opacity(
/third_party/flutter/flutter/packages/flutter/test/material/
Dbottom_navigation_bar_test.dart1481 expect(tester.widget<Opacity>(find.byType(Opacity).first).opacity, 0.0);
1482 expect(tester.widget<Opacity>(find.byType(Opacity).last).opacity, 0.0);
1518 expect(tester.widget<Opacity>(find.byType(Opacity).first).opacity, 0.0);
1519 expect(tester.widget<Opacity>(find.byType(Opacity).last).opacity, 0.0);
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dbackdrop.dart106 Opacity(
114 Opacity(
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbackdrop_demo.dart220 Opacity(
227 Opacity(
/third_party/skia/modules/svg/src/
DSkSVGNode.cpp114 || PARSE_AND_SET("opacity" , Opacity) in parseAndSetAttribute()
/third_party/flutter/flutter/dev/manual_tests/lib/
Dcard_collection.dart300 leftArrowIcon = Opacity(opacity: 0.1, child: leftArrowIcon);
305 rightArrowIcon = Opacity(opacity: 0.1, child: rightArrowIcon);
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.h170 } Opacity; typedef
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dwidgets.dart80 child: Opacity(
/third_party/skia/modules/svg/include/
DSkSVGNode.h146 SVG_PRES_ATTR(Opacity , SkSVGNumberType, false)
/third_party/skia/modules/skottie/tests/
DExpression.cpp222 "nm": "Opacity", in DEF_TEST()
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dswitch.dart139 return Opacity(
200 // Opacity of a disabled switch, as eye-balled from iOS Simulator on Mac.

123