Home
last modified time | relevance | path

Searched refs:textChild_ (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Dmarquee_component.h68 textChild_ = AceType::MakeRefPtr<TextComponent>(""); in MarqueeComponent()
69 SetChild(textChild_); in MarqueeComponent()
86 return textChild_->GetData(); in GetValue()
91 textChild_->SetData(value); in SetValue()
96 return textChild_->GetTextStyle(); in GetTextStyle()
101 textChild_->SetTextStyle(textStyle); in SetTextStyle()
102 textChild_->SetFocusColor(textStyle.GetTextColor()); in SetTextStyle()
185 RefPtr<TextComponent> textChild_; member in OHOS::Ace::MarqueeComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.cpp32 textChild_ = AceType::MakeRefPtr<TextComponent>(""); in DOMToolBarItem()
212 if (!textChild_) { in BuildCommonComponent()
213 textChild_ = AceType::MakeRefPtr<TextComponent>(value_); in BuildCommonComponent()
216 textChild_->SetData(value_); in BuildCommonComponent()
218 textChild_->SetFocusColor(textStyle_.GetTextColor()); in BuildCommonComponent()
219 textChild_->SetTextStyle(textStyle_); in BuildCommonComponent()
220 children.emplace_back(SetPadding(textChild_, Edge(theme_->GetTextEdge()))); in BuildCommonComponent()
237 if (!textChild_) { in BuildEndItemComponent()
238 textChild_ = AceType::MakeRefPtr<TextComponent>(""); in BuildEndItemComponent()
241 textChild_ in BuildEndItemComponent()
[all...]
H A Ddom_text.cpp22 textChild_ = AceType::MakeRefPtr<TextComponent>(""); in DOMText()
110 textChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
116 textChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
121 textChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()
139 textChild_->SetDeclaration(textDeclaration); in PrepareSpecializedComponent()
H A Ddom_text.h35 return textChild_;
44 RefPtr<TextComponent> textChild_; member in OHOS::Ace::Framework::DOMText
H A Ddom_button.cpp65 textChild_ = AceType::MakeRefPtr<TextComponent>(""); in DOMButton()
71 Component::MergeRSNode(textChild_); in DOMButton()
89 textChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()
103 textChild_->SetData(buttonDeclaration_->GetTextData()); in PrepareSpecializedComponent()
114 paddingChild_->SetChild(textChild_); in PrepareSpecializedComponent()
122 textChild_->SetFocusColor(textStyle_.GetTextColor()); in PrepareSpecializedComponent()
130 textChild_->SetTextStyle(textStyle_); in PrepareSpecializedComponent()
205 if (textChild_->GetData().empty()) { in PrepareDefaultButton()
235 textChild_->SetFocusColor(textStyle_.GetTextColor()); in PrepareCapsuleButton()
420 if ((buttonType_ == BUTTON_TYPE_CIRCLE) || (buttonType_ == BUTTON_TYPE_TEXT) || textChild_ in PrepareWaiting()
[all...]
H A Ddom_toggle.cpp25 textChild_ = AceType::MakeRefPtr<TextComponent>(""); in DOMToggle()
27 paddingChild_->SetChild(textChild_); in DOMToggle()
62 { DOM_TEXT_VALUE, [](DOMToggle& toggle, const std::string& value) { toggle.textChild_->SetData(value); } }, in SetSpecializedAttr()
155 textChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()
161 textChild_->SetTextStyle(textStyle_); in PrepareSpecializedComponent()
162 textChild_->SetFocusColor(textStyle_.GetTextColor()); in PrepareSpecializedComponent()
H A Ddom_label.cpp31 labelComponent_ = AceType::MakeRefPtr<TouchListenerComponent>(textChild_); in PrepareSpecializedComponent()
H A Ddom_toggle.h54 RefPtr<TextComponent> textChild_; member in OHOS::Ace::Framework::final
H A Ddom_tool_bar_item.h76 RefPtr<TextComponent> textChild_; member in OHOS::Ace::Framework::final
H A Ddom_button.h76 RefPtr<TextComponent> textChild_; member in OHOS::Ace::Framework::final

Completed in 4 milliseconds