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
defs:columnsGap
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
waterflow_section_option.h
27
float
columnsGap
;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_water_flow_sections.cpp
89
auto
columnsGap
= obj->GetProperty("
columnsGap
");
in ParseGaps()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H
A
D
water_flow_sections.h
52
std::optional<Dimension>
columnsGap
;
member
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H
A
D
water_flow_component.cpp
32
void WaterFlowComponent::SetColumnsGap(const Dimension&
columnsGap
)
in SetColumnsGap()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H
A
D
grid_adaptive_layout_algorithm.cpp
64
auto
columnsGap
= ConvertToPx(gridLayoutProperty->GetColumnsGap().value_or(0.0_vp), scale, refWidth).value_or(0);
in Measure()
local
167
auto
columnsGap
=
in CalculateChildOffset()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H
A
D
water_flow_layout_algorithm.cpp
48
auto
columnsGap
=
in InitialItemsCrossSize()
local
H
A
D
water_flow_segmented_layout.cpp
249
auto
columnsGap
= ConvertToPx(props_->GetColumnsGap().value_or(0.0_vp), scale, frameSize.Width()).value_or(0);
in RegularInit()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_model_ng.cpp
401
void GridModelNG::SetColumnsGap(FrameNode* frameNode, const Dimension&
columnsGap
)
in SetColumnsGap()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H
A
D
water_flow_layout_sw.cpp
128
auto
columnsGap
= ConvertToPx(props_->GetColumnsGap().value_or(0.0_vp), scale, frameSize.Width()).value_or(0);
in SingleInit()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_water_flow_bridge.cpp
135
CalcDimension
columnsGap
;
in SetColumnsGap()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
grid_modifier.cpp
67
void SetGridColumnsGap(ArkUINodeHandle node, const struct ArkUIResourceLength*
columnsGap
)
in SetGridColumnsGap()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H
A
D
grid_scroll_layout_algorithm.cpp
324
auto
columnsGap
=
in InitialItemsCrossSize()
local
Completed in 13 milliseconds