Searched refs:getBackgroundColor (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | segmented_control_test.dart | 49 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/ |
D | segmented_control.dart | 348 Color getBackgroundColor(int index, T currentKey) { 402 _backgroundColors.add(getBackgroundColor(index, currentKey));
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | chip.dart | 1616 Color getBackgroundColor(ChipThemeData theme) { 1746 color: getBackgroundColor(chipTheme),
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | dtv.js | 5595 getBackgroundColor: function (...args) { method
|