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:indicatorColor_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H
A
D
tab_bar_modifier.cpp
23
:
indicatorColor_
(AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor::BLACK)),
in TabBarModifier()
32
AttachProperty(
indicatorColor_
);
in TabBarModifier()
61
if (
indicatorColor_
) {
in SetIndicatorColor()
62
indicatorColor_
->Set(indicatorColor);
in SetIndicatorColor()
125
brush.SetColor(ToRSColor(
indicatorColor_
->Get()));
in PaintIndicator()
H
A
D
tab_bar_modifier.h
57
RefPtr<AnimatablePropertyColor>
indicatorColor_
;
member in OHOS::Ace::NG::TabBarModifier
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
tab_bar_component.h
191
return
indicatorColor_
.value();
in GetIndicatorColor()
196
indicatorColor_
= color;
in SetIndicatorColor()
201
return
indicatorColor_
.has_value();
in HasIndicatorColor()
226
std::optional<Color>
indicatorColor_
;
member in OHOS::Ace::TabBarComponent
H
A
D
tab_bar_indicator_component.h
53
return
indicatorColor_
;
in GetIndicatorColor()
71
Color
indicatorColor_
{ DEFAULT_INDICATOR_COLOR };
H
A
D
tab_bar_indicator_component.cpp
27
: indicatorStyle_(TabBarIndicatorStyle::DEFAULT), indicatorPadding_(padding),
indicatorColor_
(color),
in TabBarIndicatorComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H
A
D
gauge_theme.h
98
theme->
indicatorColor_
= gaugePattern->GetAttr<Color>("indicator_color", Color::BLACK);
in ParsePattern()
108
return
indicatorColor_
;
in GetIndicatorColor()
130
Color
indicatorColor_
;
member in OHOS::Ace::NG::GaugeTheme
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_tab_bar.cpp
86
node.
indicatorColor_
= node.ParseColor(val);
in SetSpecializedStyle()
157
if (
indicatorColor_
.has_value()) {
in ResetInitializedStyle()
158
tabBarChild_->SetIndicatorColor(
indicatorColor_
.value());
in ResetInitializedStyle()
H
A
D
dom_tab_bar.h
74
std::optional<Color>
indicatorColor_
;
member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H
A
D
tab_bar_modifier_test_ng.cpp
53
EXPECT_TRUE(tabBarModifier->
indicatorColor_
->Get() == indicatorColor);
in HWTEST_F()
54
tabBarModifier->
indicatorColor_
= nullptr;
in HWTEST_F()
56
EXPECT_EQ(tabBarModifier->
indicatorColor_
, nullptr);
in HWTEST_F()
Completed in 5 milliseconds