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:underscoreWidth
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
calendar_model_impl.cpp
185
if (CurrentDayStyleDataImpl.
underscoreWidth
.has_value()) {
in SetCurrentDayStyle()
186
theme.
underscoreWidth
= CurrentDayStyleDataImpl.
underscoreWidth
.value();
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar.cpp
456
CalcDimension
underscoreWidth
;
in SetCurrentDayStyle()
local
457
if (ParseJsDimensionFp(obj->GetProperty("
underscoreWidth
"),
underscoreWidth
)) {
in SetCurrentDayStyle()
458
currentDayStyleData.
underscoreWidth
=
underscoreWidth
;
in SetCurrentDayStyle()
504
ConvertFromJSValue(obj->GetProperty("
underscoreWidth
"), CurrentDayStyleDataImpl.
underscoreWidth
);
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_data.h
45
std::optional<Dimension>
underscoreWidth
;
member
H
A
D
calendar_model_ng.cpp
308
if (currentDayStyleData.
underscoreWidth
.has_value()) {
in SetCurrentDayStyle()
309
currentDayStyle.UpdateUnderscoreWidth(currentDayStyleData.
underscoreWidth
.value());
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
rosen_render_calendar.cpp
709
auto
underscoreWidth
= calendarTheme_.
underscoreWidth
;
in PaintUnderscore()
local
732
pen.SetWidth(NormalizeToPx(
underscoreWidth
));
in PaintUnderscore()
735
offset.GetY() + NormalizeToPx(
underscoreWidth
) / 2), // 2:division factor
in PaintUnderscore()
738
offset.GetY() + NormalizeToPx(
underscoreWidth
) / 2)); // 2:division factor
in PaintUnderscore()
H
A
D
calendar_theme.h
119
Dimension
underscoreWidth
;
member
416
theme->calendarTheme_.
underscoreWidth
= pattern->GetAttr<Dimension>("underscore_width", 1.0_vp);
in ParseCalendarThemePattern()
481
theme->cardCalendarTheme_.
underscoreWidth
= pattern->GetAttr<Dimension>("underscore_width", 1.0_vp);
in ParseNewPattern()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_calendar.cpp
314
{ "
underscoreWidth
", [](const std::string& value, CalendarThemeStructure& theme,
in SetSpecializedStyle()
315
const DomCalendar& node) { theme.
underscoreWidth
= node.ParseDimension(value); } },
in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H
A
D
calendar_test_ng.cpp
181
dayStyle.
underscoreWidth
= std::make_optional(SIZE_VALUE);
in HWTEST_F()
Completed in 11 milliseconds