Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:textChild_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H
A
D
marquee_component.h
68
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
D
dom_tool_bar_item.cpp
32
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
D
dom_text.cpp
22
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
D
dom_text.h
35
return
textChild_
;
44
RefPtr<TextComponent>
textChild_
;
member in OHOS::Ace::Framework::DOMText
H
A
D
dom_button.cpp
65
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
D
dom_toggle.cpp
25
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
D
dom_label.cpp
31
labelComponent_ = AceType::MakeRefPtr<TouchListenerComponent>(
textChild_
);
in PrepareSpecializedComponent()
H
A
D
dom_toggle.h
54
RefPtr<TextComponent>
textChild_
;
member in OHOS::Ace::Framework::final
H
A
D
dom_tool_bar_item.h
76
RefPtr<TextComponent>
textChild_
;
member in OHOS::Ace::Framework::final
H
A
D
dom_button.h
76
RefPtr<TextComponent>
textChild_
;
member in OHOS::Ace::Framework::final
Completed in 4 milliseconds