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:aligns
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H
A
D
dialog_test_ng.cpp
273
const DialogAlignment
aligns
[] = {
in HWTEST_F()
local
294
for (size_t i = 0; i < sizeof(
aligns
) / sizeof(
aligns
[0]); i++) {
in HWTEST_F()
295
dialogLayoutAlgorithm->alignment_ =
aligns
[i];
in HWTEST_F()
309
for (size_t i = 0; i < sizeof(
aligns
) / sizeof(
aligns
[0]); i++) {
in HWTEST_F()
310
dialogLayoutAlgorithm->alignment_ =
aligns
[i];
in HWTEST_F()
327
const DialogAlignment
aligns
[] = {
in HWTEST_F()
local
345
for (size_t i = 0; i < sizeof(
aligns
) / sizeof(
aligns
[
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
9174
ArkUI_Int32
aligns
[NUM_6];
in SetAlignRules()
local
9178
aligns
[0] = option->left.align + NUM_1;
in SetAlignRules()
9183
aligns
[1] = option->middle.align + NUM_1;
in SetAlignRules()
9188
aligns
[2] = option->right.align + NUM_1;
in SetAlignRules()
9193
aligns
[3] = option->top.align + NUM_1;
in SetAlignRules()
9198
aligns
[4] = option->center.align + NUM_1;
in SetAlignRules()
9203
aligns
[5] = option->bottom.align + NUM_1;
in SetAlignRules()
9205
fullImpl->getNodeModifiers()->getCommonModifier()->setAlignRules(node->uiNodeHandle, anchors,
aligns
, NUM_6);
in SetAlignRules()
Completed in 27 milliseconds