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:GetChildrenSize
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H
A
D
directive_tdd_test.cpp
242
uint8_t size =
GetChildrenSize
(*textBox);
in DirectiveTest002()
247
size =
GetChildrenSize
(*textBox);
in DirectiveTest002()
250
size =
GetChildrenSize
(*textBox);
in DirectiveTest002()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H
A
D
shape_container_layout_algorithm.h
33
SizeF
GetChildrenSize
(LayoutWrapper* layoutWrapper, SizeF maxSize);
H
A
D
shape_container_layout_algorithm.cpp
63
return contentConstraint.Constrain(
GetChildrenSize
(layoutWrapper, newSize));
in MeasureContent()
69
SizeF ShapeContainerLayoutAlgorithm::
GetChildrenSize
(LayoutWrapper* layoutWrapper, SizeF maxSize)
in GetChildrenSize()
function in OHOS::Ace::NG::ShapeContainerLayoutAlgorithm
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_base_element.cpp
57
node->SetZIndexToChild(stack->
GetChildrenSize
());
in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
panel_element.cpp
70
node->SetZIndexToChild(stackElement->
GetChildrenSize
());
in ShowPanel()
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H
A
D
select_popup_element.cpp
53
node->SetZIndexToChild(stackElement->
GetChildrenSize
());
in PerformBuild()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H
A
D
basic_tdd_test.h
60
uint8_t
GetChildrenSize
(const UIViewGroup &grop) const;
H
A
D
basic_tdd_test.cpp
280
uint8_t BasicTddTest::
GetChildrenSize
(const UIViewGroup &grop) const
in GetChildrenSize()
function in OHOS::ACELite::BasicTddTest
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H
A
D
custom_dialog_element.cpp
91
node->SetZIndexToChild(stackElement->
GetChildrenSize
());
in ShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H
A
D
popup_element.cpp
158
node->SetZIndexToChild(stackElement->
GetChildrenSize
());
in ShowPopup()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
element.h
229
int32_t
GetChildrenSize
() {
in GetChildrenSize()
function in OHOS::Ace::Element
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H
A
D
shape_pattern_test_ng.cpp
369
* @tc.name:
GetChildrenSize
370
* @tc.desc: check ShapeContainerLayoutAlgorithm
GetChildrenSize
392
shapeContainerLayoutAlgorithm->
GetChildrenSize
(AccessibilityManager::RawPtr(layoutWrapper), SizeF(0, 0));
in HWTEST_F()
397
* @tc.name:
GetChildrenSize
398
* @tc.desc: check ShapeContainerLayoutAlgorithm
GetChildrenSize
439
* Call
GetChildrenSize
(childSize.Width() > 0 && childSize.Height() > 0)
in HWTEST_F()
457
* Call
GetChildrenSize
(childSize.Width() == 0 && childSize.Height() == 0)
in HWTEST_F()
468
auto childFrame = shapeContainerLayoutAlgorithm->
GetChildrenSize
(&layoutWrapper, SizeF(0, 0));
in HWTEST_F()
Completed in 6 milliseconds