Home
last modified time | relevance | path

Searched refs:layoutCallback_ (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_custom_node.h37 layoutCallback_ = layoutCallback; in SetLayoutCallback()
48 std::function<void(OffsetF& position)> layoutCallback_; member in OHOS::Ace::NG::ExtensionCustomNode
H A Dextension_custom_node.cpp35 if (layoutCallback_) { in OnLayout()
37 layoutCallback_(position); in OnLayout()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_size_animation.cpp82 layoutCallback_ = [weakTabbar]() { in Start()
103 layoutCallback_(); in ChangeItemProp()
H A Dtab_bar_size_animation.h62 std::function<void()> layoutCallback_; member in OHOS::Ace::TabBarSizeAnimation
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h197 layoutCallback_ = layoutCallback; in SetLayoutCallback()
338 LayoutCallback layoutCallback_; member in OHOS::Ace::RenderBoxBase
H A Drender_box_base.cpp713 if (layoutCallback_) {
714 layoutCallback_();
878 layoutCallback_ = nullptr;
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1516 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 Dwindow_session_impl.cpp192 layoutCallback_ = sptr<FutureCallback>::MakeSptr(); in WindowSessionImpl()
691 layoutCallback_->OnUpdateSessionRect(rect); in UpdateRect()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h405 sptr<FutureCallback> layoutCallback_ = nullptr; variable

Completed in 18 milliseconds