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:weekColor
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
calendar_model_impl.cpp
268
if (style.
weekColor
.has_value()) {
in SetWeekStyle()
269
theme.
weekColor
= style.
weekColor
.value();
in SetWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
calendar_composed_element.cpp
274
Color
weekColor
= theme.
weekColor
;
in ConvertThemeToWeekStyle()
local
282
weekStyle->Put("
weekColor
", ConvertColorToString(
weekColor
).c_str());
in ConvertThemeToWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_data.h
68
std::optional<Color>
weekColor
;
member
H
A
D
calendar_model_ng.cpp
524
if (style.
weekColor
.has_value()) {
in SetWeekStyle()
525
weekStyle.UpdateWeekColor(style.
weekColor
.value());
in SetWeekStyle()
H
A
D
calendar_paint_method.cpp
562
weekColor_ = ToRSColor(paintProperty->GetWeekColor().value_or(theme->GetCalendarTheme().
weekColor
));
in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar.cpp
573
Color
weekColor
;
in SetWeekStyle()
local
574
if (ConvertFromJSValue(obj->GetProperty("
weekColor
"),
weekColor
)) {
in SetWeekStyle()
575
weekStyle.
weekColor
=
weekColor
;
in SetWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
calendar_theme.h
64
Color
weekColor
;
member
161
theme->cardCalendarTheme_.
weekColor
=
in ParseCardTheme()
195
theme->calendarTheme_.
weekColor
=
in ParseNormalTheme()
H
A
D
rosen_render_calendar.cpp
840
weekColor_ = RSColorQuad(calendarTheme_.
weekColor
.GetValue());
in InitWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_calendar.cpp
328
{ "
weekColor
", [](const std::string& value, CalendarThemeStructure& theme,
in SetSpecializedStyle()
329
const DomCalendar& node) { theme.
weekColor
= node.ParseColor(value); } },
in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H
A
D
calendar_paint_method_test.cpp
831
EXPECT_EQ(paintMethod->weekColor_, ToRSColor(theme->GetCalendarTheme().
weekColor
));
in HWTEST_F()
H
A
D
calendar_test_ng.cpp
198
weekStyle.
weekColor
= std::make_optional(COLOR_VALUE);
in HWTEST_F()
Completed in 14 milliseconds