Searched refs:secondaryColor (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | themes.dart | 20 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/ |
D | chip_theme_test.dart | 175 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/ |
D | chip_theme.dart | 212 /// 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,
|
D | snack_bar_theme.dart | 71 /// If null, [SnackBarAction] defaults to [ThemeData.colorScheme.secondaryColor].
|
D | theme_data.dart | 276 secondaryColor: primaryColor,
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.hpp | 62 bool secondaryColor; member
|
D | Context.cpp | 35 bool secondaryColor = false; // Specular lighting is applied after texturing variable
|
D | Renderer.cpp | 50 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/ |
D | VertexPipeline.cpp | 30 extern bool secondaryColor; 387 if(secondaryColor) in pipeline()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 2506 secondaryColor: COLOR_VAR_VALIDATOR, property 3000 secondaryColor: COLOR_VAR_VALIDATOR, property
|