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:colSpace
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_month_pattern.cpp
110
Dimension
colSpace
= 0.0_px;
in SetColRowSpace()
local
111
colSpace
.SetValue(space);
in SetColRowSpace()
112
paintProperty->UpdateColSpace(
colSpace
);
in SetColRowSpace()
366
auto
colSpace
= paintProperty->GetColSpaceValue({}).ConvertToPx() <= 0
in JudgeArea()
local
367
? theme->GetCalendarTheme().
colSpace
.ConvertToPx()
in JudgeArea()
402
int32_t x = offset.GetX() < (dayWidth +
colSpace
/ 2)
in JudgeArea()
404
: (offset.GetX() - dayWidth -
colSpace
/ 2) / (dayWidth +
colSpace
) + 1;
in JudgeArea()
730
auto
colSpace
= paintProperty->GetColSpaceValue({}).ConvertToPx() <= 0
in UpdateButtonNodeWithoutTheme()
local
733
Dimension buttonOffsetX = Dimension(margin_ / 2 + (
colSpace
in UpdateButtonNodeWithoutTheme()
765
auto
colSpace
= paintProperty->GetColSpaceValue({}).ConvertToPx() <= 0
UpdateAccessibilityButtonNode()
local
[all...]
H
A
D
calendar_data.h
42
std::optional<Dimension>
colSpace
;
member
H
A
D
calendar_model_ng.cpp
296
if (currentDayStyleData.
colSpace
.has_value()) {
in SetCurrentDayStyle()
297
currentDayStyle.UpdateColSpace(currentDayStyleData.
colSpace
.value());
in SetCurrentDayStyle()
H
A
D
calendar_paint_method.cpp
627
? theme->GetCalendarTheme().
colSpace
.ConvertToPx()
in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
calendar_model_impl.cpp
173
if (CurrentDayStyleDataImpl.
colSpace
.has_value()) {
in SetCurrentDayStyle()
174
theme.
colSpace
= CurrentDayStyleDataImpl.
colSpace
.value();
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar.cpp
444
CalcDimension
colSpace
;
in SetCurrentDayStyle()
local
445
if (ParseJsDimensionFp(obj->GetProperty("
colSpace
"),
colSpace
)) {
in SetCurrentDayStyle()
446
currentDayStyleData.
colSpace
=
colSpace
;
in SetCurrentDayStyle()
501
ConvertFromJSValue(obj->GetProperty("
colSpace
"), CurrentDayStyleDataImpl.
colSpace
);
in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_calendar.cpp
221
const DomCalendar& node) { theme.
colSpace
= node.ParseDimension(value); } },
in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
calendar_theme.h
97
Dimension
colSpace
;
member
389
theme->calendarTheme_.
colSpace
= pattern->GetAttr<Dimension>("column_space", 39.0_vp);
in ParseCalendarThemePattern()
H
A
D
rosen_render_calendar.cpp
195
colSpace_ = NormalizeToPx(calendarTheme_.
colSpace
);
in PerformLayout()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H
A
D
calendar_test_ng.cpp
178
dayStyle.
colSpace
= std::make_optional(SIZE_VALUE);
in HWTEST_F()
Completed in 14 milliseconds