Home
last modified time | relevance | path

Searched refs:secondaryColor (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dthemes.dart20 const Color secondaryColor = Color(0xFF13B9FD);
23 secondary: secondaryColor,
30 primaryColorLight: secondaryColor,
34 accentColor: secondaryColor,
53 const Color secondaryColor = Color(0xFF13B9FD);
56 secondary: secondaryColor,
68 accentColor: secondaryColor,
/third_party/flutter/flutter/packages/flutter/test/material/
Dchip_theme_test.dart175 secondaryColor: customColor1,
193 secondaryColor: customColor1,
212 secondaryColor: customColor2,
231 secondaryColor: Colors.black,
241 secondaryColor: Colors.white,
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dchip_theme.dart212 /// The [secondaryColor] is used for the selection colors needed by
219 @required Color secondaryColor,
226 assert(secondaryColor != null);
249 final Color secondarySelectedColor = secondaryColor.withAlpha(selectAlpha);
251 color: secondaryColor.withAlpha(textLabelAlpha),
485 secondaryColor: defaultTheme.primaryColor,
Dsnack_bar_theme.dart71 /// If null, [SnackBarAction] defaults to [ThemeData.colorScheme.secondaryColor].
Dtheme_data.dart276 secondaryColor: primaryColor,
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp62 bool secondaryColor; member
DContext.cpp35 bool secondaryColor = false; // Specular lighting is applied after texturing variable
DRenderer.cpp50 extern bool secondaryColor; // Specular lighting is applied after texturing
86 sw::secondaryColor = conventions.secondaryColor; in setGlobalRenderingSettings()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexPipeline.cpp30 extern bool secondaryColor;
387 if(secondaryColor) in pipeline()
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2506 secondaryColor: COLOR_VAR_VALIDATOR, property
3000 secondaryColor: COLOR_VAR_VALIDATOR, property