Home
last modified time | relevance | path

Searched refs:symbolIcon (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-select.md35 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
412 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
502 Select([{ value: 'aaa', symbolIcon: this.symbolModifier1 },
503 { value: 'bbb', symbolIcon: this.symbolModifier2 },
504 { value: 'ccc', symbolIcon: this.symbolModifier3 },
505 { value: 'ddd', symbolIcon: this.symbolModifier4 }])
550 if (configuration.symbolIcon) {
551 SymbolGlyph().attributeModifier(configuration.symbolIcon).fontSize(24)
580 Select([{ value: 'item1', icon: $r('app.media.icon'), symbolIcon: this.symbolModifier1 },
581 { value: 'item1', icon: $r('app.media.icon'), symbolIcon: this.symbolModifier2 }])
H A Dts-universal-attributes-menu.md110 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute…
566 该示例为bindMenu通过配置MenuElement的symbolIcon弹出菜单。
585 symbolIcon:this.symbolIconModifier1,
592 symbolIcon:this.symbolIconModifier2,
H A Dts-basic-components-navdestination.md558 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.phone_badge_star'))
598 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.phone_badge_star'))
H A Dts-basic-components-navigation.md1439 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
1454 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
3424symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_folder_badge_plus')).fontColor([Color.Red,…
3429 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_lungs')),
3436 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_lungs')),
3445 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_star')),
3453 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_star')),
3497symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_folder_badge_plus')).fontColor([Color.Red,…
3504 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.repeat_1')),
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp509 …n::UpdateIcon(const std::string& src, const std::function<void(WeakPtr<NG::FrameNode>)> symbolIcon) in UpdateIcon() argument
517 if (symbolIcon && (!icon_ || icon_->GetTag() != V2::SYMBOL_ETS_TAG)) { in UpdateIcon()
518 icon_ = OptionView::CreateSymbol(symbolIcon, row, icon_); in UpdateIcon()
522 …} else if (symbolIcon == nullptr && !src.empty() && (!icon_ || icon_->GetTag() != V2::IMAGE_ETS_TA… in UpdateIcon()
528 if (symbolIcon != nullptr) { in UpdateIcon()
529 symbolIcon(AccessibilityManager::WeakClaim(AccessibilityManager::RawPtr(icon_))); in UpdateIcon()
H A Doption_view.cpp308 if (param.symbolIcon != nullptr) { in CreateSelectOption()
309 iconNode = CreateSymbol(param.symbolIcon, row); in CreateSelectOption()
H A Doption_pattern.h156 …d UpdateIcon(const std::string& src, const std::function<void(WeakPtr<NG::FrameNode>)> symbolIcon);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-select.md35symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) |…
412 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
558 Select([{ value: 'aaa', symbolIcon: this.symbolModifier1 },
559 { value: 'bbb', symbolIcon: this.symbolModifier2 },
560 { value: 'ccc', symbolIcon: this.symbolModifier3 },
561 { value: 'ddd', symbolIcon: this.symbolModifier4 }])
606 if (configuration.symbolIcon) {
607 SymbolGlyph().attributeModifier(configuration.symbolIcon).fontSize(24)
636 Select([{ value: 'item1', icon: $r('app.media.icon'), symbolIcon: this.symbolModifier1 },
637 { value: 'item1', icon: $r('app.media.icon'), symbolIcon: this.symbolModifier2 }])
H A Dts-universal-attributes-menu.md112 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute…
588 symbolIcon:this.symbolIconModifier1,
595 symbolIcon:this.symbolIconModifier2,
H A Dts-basic-components-navigation.md1441 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
1456 | symbolIcon<sup>12+</sup> | [SymbolGlyphModifier](ts-universal-attributes-attribute-modifier.md) …
3426symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_folder_badge_plus')).fontColor([Color.Red,…
3431 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_lungs')),
3438 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_lungs')),
3447 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_star')),
3455 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_star')),
3499symbolIcon: new SymbolGlyphModifier($r('sys.symbol.ohos_folder_badge_plus')).fontColor([Color.Red,…
3506 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.repeat_1')),
H A Dts-basic-components-navdestination.md559 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.phone_badge_star'))
599 symbolIcon: new SymbolGlyphModifier($r('sys.symbol.phone_badge_star'))
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkNavDestination.ts201 isBaseOrResourceEqual(this.stageValue[i].symbolIcon, this.value[i].symbolIcon)
H A DArkNavigation.ts340 isBaseOrResourceEqual(this.stageValue[i].symbolIcon, this.value[i].symbolIcon)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model.h49 std::function<void(WeakPtr<NG::FrameNode>)> symbolIcon = nullptr; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp95 params[i].symbolIcon = symbolApply; in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp570 optionPattern->UpdateIcon(params.at(i).icon, params.at(i).symbolIcon); in UpdateSelectParam()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp1908 sparam_one.symbolIcon = onApply;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js20548 isBaseOrResourceEqual(this.stageValue[i].symbolIcon, this.value[i].symbolIcon)
21614 isBaseOrResourceEqual(this.stageValue[i].symbolIcon, this.value[i].symbolIcon)