Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart29 …l note, and a blue umbrella](https://flutter.github.io/assets-for-api-docs/assets/widgets/icon.png)
68 /// <i class="material-icons md-36">360</i> &#x2014; material icon named "360".
71 /// <i class="material-icons md-36">3d_rotation</i> &#x2014; material icon named "3d rotation".
74 /// <i class="material-icons md-36">4k</i> &#x2014; material icon named "4k".
77 /// <i class="material-icons md-36">ac_unit</i> &#x2014; material icon named "ac unit".
80 /// <i class="material-icons md-36">access_alarm</i> &#x2014; material icon named "access alarm".
83 …/// <i class="material-icons md-36">access_alarms</i> &#x2014; material icon named "access alarms".
86 /// <i class="material-icons md-36">access_time</i> &#x2014; material icon named "access time".
89 …/// <i class="material-icons md-36">accessibility</i> &#x2014; material icon named "accessibility".
92 …/// <i class="material-icons md-36">accessibility_new</i> &#x2014; material icon named "accessibil…
[all …]
Dicon_button.dart22 /// A material design icon button.
24 /// An icon button is a picture printed on a [Material] widget that reacts to
35 /// The hit region of an icon button will, if possible, be at least
39 /// how the icon itself is positioned within the hit region.
43 /// This sample shows an `IconButton` that uses the Material icon "volume_up" to
58 /// icon: Icon(Icons.volume_up),
78 /// background decoration because typically the icon is just displayed
82 /// It's easy enough to create an icon button with a filled background
89 /// In this sample the icon button's background color is defined with an [Ink]
90 /// widget whose child is an [IconButton]. The icon button's filled background
[all …]
Dexpand_icon.dart15 /// A widget representing a rotating expand/collapse button. The icon rotates
17 /// The underlying icon is [Icons.expand_more].
19 /// The expand icon does not include a semantic label for accessibility. In
24 /// with an icon.
31 /// triggered when the icon is pressed.
46 /// Whether the icon is in an expanded state.
52 /// The size of the icon.
57 /// The callback triggered when the icon is pressed and the state changes
63 /// The padding around the icon. The entire padded icon will react to input
70 /// The color of the icon.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dhs20_supplicant.c62 struct osu_icon icon[OSU_MAX_ITEMS]; member
325 struct icon_entry *icon; in hs20_find_icon() local
327 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
328 if (os_memcmp(icon->bssid, bssid, ETH_ALEN) == 0 && in hs20_find_icon()
329 os_strcmp(icon->file_name, file_name) == 0 && icon->image) in hs20_find_icon()
330 return icon; in hs20_find_icon()
341 struct icon_entry *icon; in hs20_get_icon() local
351 icon = hs20_find_icon(wpa_s, bssid, file_name); in hs20_get_icon()
352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
354 if (size > icon->image_len - offset) in hs20_get_icon()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dhs20_supplicant.c62 struct osu_icon icon[OSU_MAX_ITEMS]; member
326 struct icon_entry *icon; in hs20_find_icon() local
328 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
329 if (os_memcmp(icon->bssid, bssid, ETH_ALEN) == 0 && in hs20_find_icon()
330 os_strcmp(icon->file_name, file_name) == 0 && icon->image) in hs20_find_icon()
331 return icon; in hs20_find_icon()
342 struct icon_entry *icon; in hs20_get_icon() local
352 icon = hs20_find_icon(wpa_s, bssid, file_name); in hs20_get_icon()
353 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
355 if (size > icon->image_len - offset) in hs20_get_icon()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Ddemos.dart13 @required this.icon,
17 final IconData icon;
26 return typedOther.name == name && typedOther.icon == icon;
30 int get hashCode => hashValues(name, icon);
40 icon: GalleryIcons.animation,
45 icon: GalleryIcons.custom_typography,
50 icon: GalleryIcons.category_mdc,
55 icon: GalleryIcons.phone_iphone,
60 icon: GalleryIcons.drive_video,
66 @required this.icon,
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dscrollable_tabs_demo.dart16 const _Page({ this.icon, this.text });
17 final IconData icon;
22 _Page(icon: Icons.grade, text: 'TRIUMPH'),
23 _Page(icon: Icons.playlist_add, text: 'NOTE'),
24 _Page(icon: Icons.check_circle, text: 'SUCCESS'),
25 _Page(icon: Icons.question_answer, text: 'OVERSTATE'),
26 _Page(icon: Icons.sentiment_very_satisfied, text: 'SATISFACTION'),
27 _Page(icon: Icons.camera, text: 'APERTURE'),
28 _Page(icon: Icons.assignment_late, text: 'WE MUST'),
29 _Page(icon: Icons.assignment_turned_in, text: 'WE CAN'),
[all …]
Dicons_demo.dart65 _IconsDemoCard(handleIconButtonPress, Icons.face), // direction-agnostic icon
67 … _IconsDemoCard(handleIconButtonPress, Icons.battery_unknown), // direction-aware icon
78 const _IconsDemoCard(this.handleIconButtonPress, this.icon);
81 final IconData icon;
83 Widget _buildIconButton(double iconSize, IconData icon, bool enabled) {
85 icon: Icon(icon),
87 tooltip: "${enabled ? 'Enabled' : 'Disabled'} icon button",
103 _buildIconButton(size, icon, true),
104 _buildIconButton(size, icon, false),
/third_party/python/PC/icons/
Dpython.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-white{fill:#fff}.icon-vso-bg{fill:#656565}.ic…
Dlauncher.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vs-out{fill:#f6f6f6}.icon-white{fill:#fff}.ic…
Dpyd.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vso-bg{fill:#656565}.icon-vs-out{fill:#f6f6f6…
Dpy.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vs-out{fill:#f6f6f6}.icon-vso-bg{fill:#656565…
Dpyc.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vso-bg{fill:#656565}.icon-vs-bg{fill:#424242}…
Dsetup.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-visualstudio-online{fill:#007acc}.icon-disabl…
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbottom_navigation_bar_item.dart10 /// or the iOS themed [CupertinoTabBar] with an icon and title.
24 …/// The argument [icon] should not be null and the argument [title] should not be null when used i…
26 @required this.icon,
30 }) : activeIcon = activeIcon ?? icon,
31 assert(icon != null);
33 /// The icon of the item.
35 /// Typically the icon is an [Icon] or an [ImageIcon] widget. If another type
43 /// icon with a stroked and filled version, such as [Icons.cloud] and
44 /// [Icons.cloud_queue]. [icon] should be set to the stroked version and
47 /// If a particular icon doesn't have a stroked or filled version, then don't
[all …]
Dicon.dart14 /// A graphical icon widget drawn with a glyph from a font described in
17 /// Icons are not interactive. For an interactive icon, consider material's
24 /// This widget assumes that the rendered icon is squared. Non-squared icons may
33 …l note, and a blue umbrella](https://flutter.github.io/assets-for-api-docs/assets/widgets/icon.png)
67 /// Creates an icon.
71 this.icon, {
79 /// The icon to display. The available icons are described in [Icons].
81 /// The icon can be null, in which case the widget will render as an empty
83 final IconData icon;
85 /// The size of the icon in logical pixels.
[all …]
Dicon_theme_data.dart16 /// To obtain the current icon theme, use [IconTheme.of]. To convert an icon
20 /// Creates an icon theme data.
22 /// The opacity applies to both explicit and default icon colors. The value
26 /// Creates an icon them with some reasonable default values.
34 /// Creates a copy of this icon theme but with the given fields replaced with
44 /// Returns a new icon theme that matches this icon theme but with some values
45 /// replaced by the non-null parameters of the given icon theme. If the given
46 /// icon theme is null, simply returns this icon theme.
63 /// An opacity to apply to both explicit and default icon colors.
70 /// Linearly interpolate between two icon theme data objects.
/third_party/flutter/flutter/packages/flutter/test/material/
Dbottom_navigation_bar_test.dart25 icon: Icon(Icons.ac_unit),
29 icon: Icon(Icons.access_alarm),
53 icon: Icon(Icons.ac_unit),
57 icon: Icon(Icons.access_alarm),
87 icon: Icon(Icons.ac_unit),
91 icon: Icon(Icons.access_alarm),
139 icon: Icon(Icons.ac_unit),
143 icon: Icon(Icons.access_alarm),
180 icon: Icon(Icons.ac_unit),
184 icon: Icon(Icons.access_alarm),
[all …]
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dbottom_tab_bar_test.dart26 icon: ImageIcon(TestImageProvider(24, 24)),
44 icon: ImageIcon(TestImageProvider(24, 24)),
48 icon: ImageIcon(TestImageProvider(24, 24)),
77 icon: ImageIcon(TestImageProvider(24, 24)),
81 icon: ImageIcon(TestImageProvider(24, 24)),
108 icon: ImageIcon(TestImageProvider(24, 24)),
112 icon: ImageIcon(TestImageProvider(24, 24)),
135 testWidgets('Use active icon', (WidgetTester tester) async {
144 icon: ImageIcon(TestImageProvider(24, 24)),
148 icon: ImageIcon(inactiveIcon),
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/animated_icons/
Danimated_icons_data.dart8 // while the _AnimatedIconData interface which used to deliver the icon data is
18 /// The material design add to event icon animation.
21 /// The material design arrow to menu icon animation.
24 /// The material design close to menu icon animation.
27 /// The material design ellipsis to search icon animation.
30 /// The material design event to add icon animation.
33 /// The material design home to menu icon animation.
36 /// The material design list to view icon animation.
39 /// The material design menu to arrow icon animation.
42 /// The material design menu to close icon animation.
[all …]
/third_party/typescript/tests/baselines/reference/
DdeepExcessPropertyCheckingWhenTargetIsIntersection.types30 icon: NestedProp<ITestProps>;
31 >icon : NestedProp<ITestProps>
34 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
35 >TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}) : null
37 >{icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }} : { icon: { props: { IN…
38 >icon : { props: { INVALID_PROP_NAME: string; ariaLabel: string; }; }
58 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
59 >TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}) : null
61 >{icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }} : { icon: { props: { IN…
62 >icon : { props: { INVALID_PROP_NAME: string; ariaLabel: string; }; }
DtypeAnnotationBestCommonTypeInArrayLiteral.types18 icon?: string;
19 >icon : string
23icon": "modules/menu/logo.svg" }, { "id": "productName", "type": "default", …
25 …mage", "link": "", "icon": "modules/menu/logo.svg" } : { id: string; type: string…
39 "icon": "modules/menu/logo.svg"
40 >"icon" : string
/third_party/flutter/flutter/examples/catalog/lib/
Dbasic_app_bar.dart30 icon: Icon(choices[0].icon),
34 icon: Icon(choices[1].icon),
60 const Choice({ this.title, this.icon });
62 final IconData icon;
66 Choice(title: 'Car', icon: Icons.directions_car),
67 Choice(title: 'Bicycle', icon: Icons.directions_bike),
68 Choice(title: 'Boat', icon: Icons.directions_boat),
69 Choice(title: 'Bus', icon: Icons.directions_bus),
70 Choice(title: 'Train', icon: Icons.directions_railway),
71 Choice(title: 'Walk', icon: Icons.directions_walk),
[all …]
Dtabbed_app_bar.dart21 icon: Icon(choice.icon),
41 const Choice({ this.title, this.icon });
43 final IconData icon;
47 Choice(title: 'CAR', icon: Icons.directions_car),
48 Choice(title: 'BICYCLE', icon: Icons.directions_bike),
49 Choice(title: 'BOAT', icon: Icons.directions_boat),
50 Choice(title: 'BUS', icon: Icons.directions_bus),
51 Choice(title: 'TRAIN', icon: Icons.directions_railway),
52 Choice(title: 'WALK', icon: Icons.directions_walk),
70 Icon(choice.icon, size: 128.0, color: textStyle.color),
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dcontacts_demo.dart9 const _ContactCategory({ Key key, this.icon, this.children }) : super(key: key);
11 final IconData icon;
33 child: Icon(icon, color: themeData.primaryColor),
45 const _ContactItem({ Key key, this.icon, this.lines, this.tooltip, this.onPressed })
49 final IconData icon;
68 if (icon != null) {
72 icon: Icon(icon),
124 icon: const Icon(Icons.create),
189 icon: Icons.call,
192 icon: Icons.message,
[all …]

12345678910>>...17