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:dayFontSize
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
calendar_model_impl.cpp
125
if (CurrentDayStyleDataImpl.
dayFontSize
.has_value()) {
in SetCurrentDayStyle()
126
theme.
dayFontSize
= CurrentDayStyleDataImpl.
dayFontSize
.value();
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
calendar_composed_element.cpp
212
Dimension
dayFontSize
= theme.
dayFontSize
;
in ConvertThemeToDayStyle()
local
227
dayStyle->Put("
dayFontSize
", std::to_string(
dayFontSize
.Value()).c_str());
in ConvertThemeToDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar.cpp
396
CalcDimension
dayFontSize
;
in SetCurrentDayStyle()
local
397
if (ParseJsDimensionFp(obj->GetProperty("
dayFontSize
"),
dayFontSize
)) {
in SetCurrentDayStyle()
398
currentDayStyleData.
dayFontSize
=
dayFontSize
;
in SetCurrentDayStyle()
482
if (ParseJsDimensionFp(obj->GetProperty("
dayFontSize
"), dayFontSize_impl)) {
in SetCurrentDayStyle()
483
CurrentDayStyleDataImpl.
dayFontSize
= dayFontSize_impl;
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_data.h
30
std::optional<Dimension>
dayFontSize
;
member
H
A
D
calendar_model_ng.cpp
248
if (currentDayStyleData.
dayFontSize
.has_value()) {
in SetCurrentDayStyle()
249
currentDayStyle.UpdateDayFontSize(currentDayStyleData.
dayFontSize
.value());
in SetCurrentDayStyle()
H
A
D
calendar_paint_method.cpp
598
dayFontSize_ = paintProperty->GetDayFontSize().value_or(theme->GetCalendarTheme().
dayFontSize
).ConvertToPx();
in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
calendar_theme.h
88
Dimension
dayFontSize
;
member
375
theme->calendarTheme_.
dayFontSize
= pattern->GetAttr<Dimension>("calendar_day_font_size", 18.0_fp);
in ParseCalendarThemePattern()
447
theme->cardCalendarTheme_.
dayFontSize
=
in ParseCardCalendarThemePattern()
H
A
D
rosen_render_calendar.cpp
165
dayFontSize_ = NormalizeToPx(calendarTheme_.
dayFontSize
);
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_calendar.cpp
232
{ "
dayFontSize
", [](const std::string& value, CalendarThemeStructure& theme,
in SetSpecializedStyle()
233
const DomCalendar& node) { theme.
dayFontSize
= node.ParseDimension(value); } },
in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H
A
D
calendar_test_ng.cpp
166
dayStyle.
dayFontSize
= std::make_optional(SIZE_VALUE);
in HWTEST_F()
Completed in 13 milliseconds