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:GetAlignItems
(Results
1 - 21
of
21
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
flex_composed_element.cpp
42
std::string("alignItems: ").append(
GetAlignItems
()));
in Dump()
62
jsonValue->Put("alignItems",
GetAlignItems
().c_str());
in GetConstructor()
98
std::string FlexComposedElement::
GetAlignItems
() const
in GetAlignItems()
function in OHOS::Ace::V2::FlexComposedElement
106
return ConvertFlexAlignToStirng(renderFlex->
GetAlignItems
());
in GetAlignItems()
H
A
D
wrap_composed_element.cpp
42
std::string("alignItems: ").append(
GetAlignItems
()));
in Dump()
62
jsonValue->Put("alignItems",
GetAlignItems
().c_str());
in GetConstructor()
110
std::string WrapComposedElement::
GetAlignItems
() const
in GetAlignItems()
function in OHOS::Ace::V2::WrapComposedElement
118
return ConvertWrapAlignmentToStirng(renderWrap->
GetAlignItems
());
in GetAlignItems()
H
A
D
row_composed_element.cpp
25
{ "alignItems", [](const RowComposedElement& inspector) { return inspector.
GetAlignItems
(); } },
37
std::string("alignItems: ").append(
GetAlignItems
()));
in Dump()
51
std::string RowComposedElement::
GetAlignItems
() const
in GetAlignItems()
function in OHOS::Ace::V2::RowComposedElement
59
auto alignItems = renderRow->
GetAlignItems
();
in GetAlignItems()
H
A
D
wrap_composed_element.h
39
std::string
GetAlignItems
() const;
H
A
D
row_composed_element.h
34
std::string
GetAlignItems
() const;
H
A
D
flex_composed_element.h
39
std::string
GetAlignItems
() const;
H
A
D
column_composed_element.cpp
57
auto alignItems = renderColumn->
GetAlignItems
();
in GetAlignContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H
A
D
row_model_ng.h
38
static FlexAlign
GetAlignItems
(FrameNode* frameNode);
H
A
D
column_model_ng.h
38
static FlexAlign
GetAlignItems
(FrameNode* frameNode);
H
A
D
row_model_ng.cpp
99
FlexAlign RowModelNG::
GetAlignItems
(FrameNode* frameNode)
in GetAlignItems()
function in OHOS::Ace::NG::RowModelNG
H
A
D
column_model_ng.cpp
97
FlexAlign ColumnModelNG::
GetAlignItems
(FrameNode* frameNode)
in GetAlignItems()
function in OHOS::Ace::NG::ColumnModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H
A
D
grid_row_layout_property.cpp
85
auto alignItems =
GetAlignItems
();
in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
row_modifier.cpp
63
return static_cast<ArkUI_Int32>(RowModelNG::
GetAlignItems
(frameNode));
in GetRowAlignItems()
H
A
D
column_modifier.cpp
71
return static_cast<ArkUI_Int32>(ColumnModelNG::
GetAlignItems
(frameNode));
in GetColumnAlignItems()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H
A
D
render_wrap.h
95
WrapAlignment
GetAlignItems
() const
in GetAlignItems()
function in OHOS::Ace::RenderWrap
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H
A
D
render_flex.h
66
FlexAlign
GetAlignItems
() const
in GetAlignItems()
function in OHOS::Ace::RenderFlex
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H
A
D
grid_row_test_ng.cpp
538
auto itemAlign = layoutProperty->
GetAlignItems
();
in HWTEST_F()
780
auto itemAlign = layoutProperty->
GetAlignItems
();
in HWTEST_F()
1026
auto itemAlign = layoutProperty->
GetAlignItems
();
in HWTEST_F()
1268
auto itemAlign = layoutProperty->
GetAlignItems
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H
A
D
grid_irregular_layout_algorithm.cpp
48
if (props->
GetAlignItems
().value_or(GridItemAlignment::DEFAULT) == GridItemAlignment::STRETCH) {
in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_pattern.cpp
1779
switch (property->
GetAlignItems
().value_or(GridItemAlignment::DEFAULT)) {
2165
json->Put("AlignItems", property->
GetAlignItems
() ? "GridItemAlignment.STRETCH" : "GridItemAlignment.DEFAULT");
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H
A
D
grid_scroll_layout_algorithm.cpp
78
if (gridLayoutProperty->
GetAlignItems
().value_or(GridItemAlignment::DEFAULT) == GridItemAlignment::STRETCH) {
in Measure()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
8410
const ArkUI_AttributeItem*
GetAlignItems
(ArkUI_NodeHandle node)
in GetAlignItems()
function
13932
static Getter* getters[] = {
GetAlignItems
, GetJustifyContent };
in GetColumnAttribute()
13963
static Getter* getters[] = {
GetAlignItems
, GetJustifyContent };
in GetRowAttribute()
Completed in 39 milliseconds