Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dsegmented_control_test.dart49 Color getBackgroundColor(WidgetTester tester, int childIndex) {
387 expect(getBackgroundColor(tester, 0), CupertinoColors.activeGreen);
388 expect(getBackgroundColor(tester, 1), CupertinoColors.lightBackgroundGray);
398 expect(getBackgroundColor(tester, 0), CupertinoColors.lightBackgroundGray);
399 expect(getBackgroundColor(tester, 1), CupertinoColors.activeGreen);
405 expect(getBackgroundColor(tester, 0), const Color(0x638CFC7B));
406 expect(getBackgroundColor(tester, 1), CupertinoColors.activeGreen);
486 expect(getBackgroundColor(tester, 0), CupertinoColors.activeBlue);
487 expect(getBackgroundColor(tester, 1), CupertinoColors.white);
492 expect(getBackgroundColor(tester, 0), CupertinoColors.activeBlue);
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dsegmented_control.dart348 Color getBackgroundColor(int index, T currentKey) {
402 _backgroundColors.add(getBackgroundColor(index, currentKey));
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dchip.dart1616 Color getBackgroundColor(ChipThemeData theme) {
1746 color: getBackgroundColor(chipTheme),
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js5595 getBackgroundColor: function (...args) { method