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:weekHeight
(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
283
if (style.
weekHeight
.has_value()) {
in SetWeekStyle()
284
theme.
weekHeight
= style.
weekHeight
.value();
in SetWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_month_pattern.cpp
360
auto
weekHeight
= paintProperty->GetWeekHeight().value_or(theme->GetCalendarTheme().
weekHeight
).ConvertToPx();
in JudgeArea()
local
392
auto browHeight =
weekHeight
+ topPadding + weekAndDayRowSpace;
in JudgeArea()
734
auto
weekHeight
= paintProperty->GetWeekHeight().value_or(Dimension(0.0f)).ConvertToPx();
in UpdateButtonNodeWithoutTheme()
local
738
auto browHeight =
weekHeight
+ weekAndDayRowSpace;
in UpdateButtonNodeWithoutTheme()
770
auto
weekHeight
= paintProperty->GetWeekHeight().value_or(theme->GetCalendarTheme().
weekHeight
).ConvertToPx();
in UpdateAccessibilityButtonNode()
local
774
auto browHeight =
weekHeight
+ topPadding + weekAndDayRowSpace;
in UpdateAccessibilityButtonNode()
H
A
D
calendar_data.h
72
std::optional<Dimension>
weekHeight
;
member
H
A
D
calendar_model_ng.cpp
540
if (style.
weekHeight
.has_value()) {
in SetWeekStyle()
541
weekStyle.UpdateWeekHeight(style.
weekHeight
.value());
in SetWeekStyle()
H
A
D
calendar_paint_method.cpp
610
? theme->GetCalendarTheme().
weekHeight
.ConvertToPx()
in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
calendar_composed_element.cpp
278
Dimension
weekHeight
= theme.
weekHeight
;
in ConvertThemeToWeekStyle()
local
286
weekStyle->Put("
weekHeight
", std::to_string(
weekHeight
.Value()).c_str());
in ConvertThemeToWeekStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar.cpp
589
CalcDimension
weekHeight
;
in SetWeekStyle()
local
590
if (ConvertFromJSValue(obj->GetProperty("
weekHeight
"),
weekHeight
)) {
in SetWeekStyle()
591
weekStyle.
weekHeight
=
weekHeight
;
in SetWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
calendar_theme.h
98
Dimension
weekHeight
;
member
390
theme->calendarTheme_.
weekHeight
= pattern->GetAttr<Dimension>("week_height", 19.0_vp);
in ParseCalendarThemePattern()
439
theme->cardCalendarTheme_.
weekHeight
= pattern->GetAttr<Dimension>("card_calendar_week_height", 14.0_vp);
in ParseCardCalendarThemePattern()
H
A
D
rosen_render_calendar.cpp
170
weekHeight_ = NormalizeToPx(calendarTheme_.
weekHeight
);
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_calendar.cpp
332
{ "
weekHeight
", [](const std::string& value, CalendarThemeStructure& theme,
in SetSpecializedStyle()
333
const DomCalendar& node) { theme.
weekHeight
= node.ParseDimension(value); } },
in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H
A
D
calendar_test_ng.cpp
202
weekStyle.
weekHeight
= std::make_optional(SIZE_VALUE);
in HWTEST_F()
Completed in 16 milliseconds