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:align
(Results
1 - 25
of
162
) sorted by relevance
1
2
3
4
5
6
7
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_row.h
37
explicit VerticalAlignDeclaration(VerticalAlign
align
) : align_(
align
) {}
in VerticalAlignDeclaration()
argument
H
A
D
js_column.h
41
explicit HorizontalAlignDeclaration(HorizontalAlign
align
) : align_(
align
) {}
in HorizontalAlignDeclaration()
argument
H
A
D
js_column.cpp
153
auto
align
= HorizontalAlign::CENTER;
in ConstructorCallback()
local
H
A
D
js_row.cpp
142
auto
align
= VerticalAlign::CENTER;
in ConstructorCallback()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H
A
D
render_node_layout_property.h
46
auto
align
= Alignment::TOP_LEFT;
variable
H
A
D
render_node_layout_algorithm.cpp
66
auto
align
= Alignment::TOP_LEFT;
in Layout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H
A
D
stack_layout_property.h
50
auto
align
= Alignment::CENTER;
variable
H
A
D
stack_layout_algorithm.cpp
48
auto
align
= Alignment::CENTER;
in PerformLayout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H
A
D
folder_stack_layout_property.h
56
auto
align
= Alignment::CENTER;
variable
/foundation/arkui/ace_engine/frameworks/core/components/align/
H
A
D
render_align.cpp
29
const RefPtr<AlignComponent>
align
= AceType::DynamicCast<AlignComponent>(component);
in Update()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_stack_bridge.cpp
27
int32_t
align
= NUM_4;
in SetAlignContent()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
overlay_property.h
33
Alignment
align
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H
A
D
text_input_layout_algorithm.h
48
Alignment
align
= Alignment::CENTER;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
navigation_content_layout_algorithm.cpp
50
auto
align
= Alignment::CENTER;
in Layout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_position_controller.cpp
46
JumpToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign
align
, int32_t source)
JumpToItemInGroup()
argument
H
A
D
list_item_layout_algorithm.cpp
96
auto
align
= Alignment::CENTER;
in Layout()
local
/foundation/arkui/ui_lite/interfaces/kits/layout/
H
A
D
flex_layout.h
77
void SetMajorAxisAlign(const AlignType&
align
)
in SetMajorAxisAlign()
argument
89
void SetSecondaryAxisAlign(const AlignType&
align
)
in SetSecondaryAxisAlign()
argument
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H
A
D
stack_component.h
55
void SetAlignment(const Alignment&
align
)
in SetAlignment()
argument
34
StackComponent( const Alignment&
align
, StackFit fit, Overflow overflow, const std::list<RefPtr<Component>>& children)
StackComponent()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H
A
D
marquee_layout_algorithm.cpp
81
auto
align
= (textDirection == TextDirection::RTL ? Alignment::CENTER_RIGHT : Alignment::CENTER_LEFT);
in Layout()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H
A
D
grid_irregular_layout_test.cpp
1828
ScrollAlign
align
= ScrollAlign::AUTO;
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H
A
D
toast_layout_algorithm.cpp
63
auto
align
= Alignment::ParseAlignment(alignment);
in Layout()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_stack_modifier.cpp
32
void SetAlignContent(ArkUINodeHandle node, ArkUI_Int32
align
)
in SetAlignContent()
argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H
A
D
render_data_store_shader_passes.cpp
33
constexpr uint32_t Align(uint32_t value, uint32_t
align
)
in Align()
argument
/foundation/multimedia/av_codec/services/engine/common/include/
H
A
D
codec_utils.h
45
int32_t
align
= VIDEO_ALIGN_SIZE;
member
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H
A
D
typography_style.h
52
TextAlign
align
= TextAlign::START;
member
Completed in 11 milliseconds
1
2
3
4
5
6
7