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:layoutCallback_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
extension_custom_node.h
37
layoutCallback_
= layoutCallback;
in SetLayoutCallback()
48
std::function<void(OffsetF& position)>
layoutCallback_
;
member in OHOS::Ace::NG::ExtensionCustomNode
H
A
D
extension_custom_node.cpp
35
if (
layoutCallback_
) {
in OnLayout()
37
layoutCallback_
(position);
in OnLayout()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
tab_bar_size_animation.cpp
82
layoutCallback_
= [weakTabbar]() {
in Start()
103
layoutCallback_
();
in ChangeItemProp()
H
A
D
tab_bar_size_animation.h
62
std::function<void()>
layoutCallback_
;
member in OHOS::Ace::TabBarSizeAnimation
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
render_box_base.h
197
layoutCallback_
= layoutCallback;
in SetLayoutCallback()
338
LayoutCallback
layoutCallback_
;
member in OHOS::Ace::RenderBoxBase
H
A
D
render_box_base.cpp
713
if (
layoutCallback_
) {
714
layoutCallback_
();
878
layoutCallback_
= nullptr;
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
1516
layoutCallback_
->ResetLock();
in MoveToAsync()
1519
layoutCallback_
->GetResult(WINDOW_LAYOUT_TIMEOUT);
in MoveToAsync()
1525
layoutCallback_
->GetResult(WINDOW_LAYOUT_TIMEOUT);
in MoveToAsync()
1702
layoutCallback_
->ResetLock();
in ResizeAsync()
1705
layoutCallback_
->GetResult(WINDOW_LAYOUT_TIMEOUT);
in ResizeAsync()
1711
layoutCallback_
->GetResult(WINDOW_LAYOUT_TIMEOUT);
in ResizeAsync()
H
A
D
window_session_impl.cpp
192
layoutCallback_
= sptr<FutureCallback>::MakeSptr();
in WindowSessionImpl()
691
layoutCallback_
->OnUpdateSessionRect(rect);
in UpdateRect()
/foundation/window/window_manager/wm/include/
H
A
D
window_session_impl.h
405
sptr<FutureCallback>
layoutCallback_
= nullptr;
variable
Completed in 19 milliseconds