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:sib
(Results
1 - 1
of
1
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view.cpp
1167
UIView*
sib
= parent_->GetChildById(id);
in AlignLeftToSibling()
local
1168
if (
sib
!= nullptr) {
in AlignLeftToSibling()
1169
int16_t margin =
sib
->style_->marginLeft_ - style_->marginLeft_;
in AlignLeftToSibling()
1170
SetPosition(
sib
->GetX() - margin + offset, GetY());
in AlignLeftToSibling()
1179
UIView*
sib
= parent_->GetChildById(id);
in AlignRightToSibling()
local
1180
if (
sib
!= nullptr) {
in AlignRightToSibling()
1181
int16_t margin =
sib
->style_->marginRight_ - style_->marginRight_;
in AlignRightToSibling()
1182
SetPosition(
sib
->GetX() +
sib
->rect_.GetWidth() - rect_.GetWidth() - offset + margin, GetY());
in AlignRightToSibling()
1191
UIView*
sib
in AlignTopToSibling()
local
1203
UIView*
sib
= parent_->GetChildById(id);
AlignBottomToSibling()
local
1215
UIView*
sib
= parent_->GetChildById(id);
AlignHorCenterToSibling()
local
1228
UIView*
sib
= parent_->GetChildById(id);
AlignVerCenterToSibling()
local
1242
UIView*
sib
= parent_->GetChildById(id);
LayoutLeftToSibling()
local
1254
UIView*
sib
= parent_->GetChildById(id);
LayoutRightToSibling()
local
1266
UIView*
sib
= parent_->GetChildById(id);
LayoutTopToSibling()
local
1278
UIView*
sib
= parent_->GetChildById(id);
LayoutBottomToSibling()
local
[all...]
Completed in 6 milliseconds