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:AddHeight
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
size.h
96
Size&
AddHeight
(double height)
in AddHeight()
function in OHOS::Ace::Size
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H
A
D
render_select_popup.cpp
346
totalSize.
AddHeight
(option->GetLayoutSize().Height());
in PerformLayout()
352
totalSize.
AddHeight
(2.0 * outPadding);
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H
A
D
render_option.cpp
726
size.
AddHeight
(verInterval * 2.0);
in LayoutText()
758
size.
AddHeight
(verInterval * 2.0);
in LayoutTextImage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H
A
D
indexer_layout_algorithm.cpp
111
contentSize.
AddHeight
(childSize.Height());
in Layout()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
size_t.h
100
SizeT&
AddHeight
(T height)
in AddHeight()
function in OHOS::Ace::NG::SizeT
489
OptionalSize&
AddHeight
(float height)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_layout_algorithm.cpp
350
size.
AddHeight
(padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f));
in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_layout_algorithm.cpp
139
res.
AddHeight
(spans_.empty() ? 0 : shadowOffset_);
in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
navigation_layout_algorithm.cpp
626
size.
AddHeight
(padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f));
in Measure()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
render_picker_base.cpp
367
outerSize.
AddHeight
(adjustHeight);
in LayoutBoxes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H
A
D
grid_irregular_layout_algorithm.cpp
90
size.
AddHeight
(info_.contentEndPadding_);
in MeasureSelf()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H
A
D
grid_scroll_layout_algorithm.cpp
62
idealSize.
AddHeight
(gridLayoutInfo_.contentEndPadding_);
in Measure()
Completed in 14 milliseconds