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:contentSpacing_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H
A
D
wrap_component.h
32
contentSpacing_
(Dimension(contentSpacing, DimensionUnit::PX))
in WrapComponent()
59
return
contentSpacing_
;
in GetContentSpacing()
64
contentSpacing_
= contentSpacing;
in SetContentSpacing()
150
Dimension
contentSpacing_
;
member in OHOS::Ace::WrapComponent
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H
A
D
render_select_popup.cpp
95
contentSpacing_
= popup->GetContentSpacing();
in Update()
124
if (leftSpace >=
contentSpacing_
.Value() + size.Width() + horizontalSpacing_.Value()) {
in AdjustTvChildHorizontalLayout()
126
x = selectLeftTop_.GetX() -
contentSpacing_
.Value() - width;
in AdjustTvChildHorizontalLayout()
130
width = leftSpace -
contentSpacing_
.Value() - horizontalSpacing_.Value();
in AdjustTvChildHorizontalLayout()
134
x = selectRightBottom_.GetX() +
contentSpacing_
.Value();
in AdjustTvChildHorizontalLayout()
135
if (rightSpace >=
contentSpacing_
.Value() + size.Width() + horizontalSpacing_.Value()) {
in AdjustTvChildHorizontalLayout()
139
width = rightSpace -
contentSpacing_
.Value() - horizontalSpacing_.Value();
in AdjustTvChildHorizontalLayout()
143
if (rightSpace >=
contentSpacing_
.Value() + size.Width() + horizontalSpacing_.Value()) {
in AdjustTvChildHorizontalLayout()
145
x = selectRightBottom_.GetX() +
contentSpacing_
.Value();
in AdjustTvChildHorizontalLayout()
149
width = rightSpace -
contentSpacing_
in AdjustTvChildHorizontalLayout()
[all...]
H
A
D
render_select_popup.h
118
Dimension
contentSpacing_
;
member in OHOS::Ace::RenderSelectPopup
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_div.h
90
double
contentSpacing_
= 0.0;
member in OHOS::Ace::Framework::DOMDiv
H
A
D
dom_div.cpp
207
wrapChild_ = AceType::MakeRefPtr<WrapComponent>(spacing_,
contentSpacing_
, std::list<RefPtr<Component>>());
in CreateOrUpdateWrap()
/foundation/arkui/ace_engine/frameworks/core/components/select/
H
A
D
select_theme.h
148
theme->
contentSpacing_
= pattern->GetAttr<Dimension>("select_popup_spacing_content", 0.0_vp);
in ParseNewPattern()
349
theme->
contentSpacing_
=
contentSpacing_
;
in ClonePartOne()
710
return
contentSpacing_
;
in GetContentSpacing()
714
contentSpacing_
= contentSpacing;
in SetContentSpacing()
1190
Dimension
contentSpacing_
;
member in OHOS::Ace::final
Completed in 5 milliseconds