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:tipText_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/select/
H
A
D
select_component.cpp
60
if (!
tipText_
) {
in Initialize()
96
textStyle =
tipText_
->GetTextStyle();
in Initialize()
115
tipText_
->SetTextStyle(textStyle);
in Initialize()
116
tipText_
->SetFocusColor(textStyle.GetTextColor());
in Initialize()
118
RefPtr<FlexItemComponent> textItem = AceType::MakeRefPtr<FlexItemComponent>(0.0, 1.0, 0.0,
tipText_
);
in Initialize()
H
A
D
select_component.h
153
return
tipText_
;
in GetTipText()
157
tipText_
= tipText;
in SetTipText()
434
RefPtr<TextComponent>
tipText_
;
member in OHOS::Ace::SelectComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_select.cpp
35
tipText_
= AceType::MakeRefPtr<TextComponent>("");
in DOMSelect()
36
selectComponent_->SetTipText(
tipText_
);
in DOMSelect()
181
tipText_
->SetData(text->GetData());
in OnChildNodeAdded()
183
tipText_
->SetData("");
in OnChildNodeAdded()
H
A
D
dom_select.h
79
RefPtr<TextComponent>
tipText_
;
member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H
A
D
rosen_render_slider.cpp
105
auto tipComponent = AceType::MakeRefPtr<TipComponent>(
tipText_
);
in AddTipChild()
121
tipText_
= AceType::MakeRefPtr<TextComponent>(std::to_string(percent).append("%"));
in AddTipChild()
126
tipText_
->SetFocusColor(theme->GetTipTextColor());
in AddTipChild()
127
tipText_
->SetTextStyle(textStyle);
in AddTipChild()
142
renderText_->Update(
tipText_
);
in AddTipChild()
H
A
D
render_slider.h
294
RefPtr<TextComponent>
tipText_
;
member in OHOS::Ace::RenderSlider
H
A
D
render_slider.cpp
621
if (
tipText_
&& renderText_) {
in UpdateTipText()
622
tipText_
->SetData(valueText);
in UpdateTipText()
623
renderText_->Update(
tipText_
);
in UpdateTipText()
Completed in 5 milliseconds