Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_custom_node.cpp36 if (layoutCallback_) { in OnLayout()
38 layoutCallback_(position); in OnLayout()
H A Dextension_custom_node.h37 layoutCallback_ = layoutCallback; in SetLayoutCallback()
48 std::function<void(OffsetF& position)> layoutCallback_; variable
/ohos5.0/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_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h197 layoutCallback_ = layoutCallback; in SetLayoutCallback()
338 LayoutCallback layoutCallback_; variable
H A Drender_box_base.cpp713 if (layoutCallback_) { in PerformLayout()
714 layoutCallback_(); in PerformLayout()
878 layoutCallback_ = nullptr; in ClearRenderObject()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1518 layoutCallback_->ResetMoveToLock(); in MoveToAsync()
1521 layoutCallback_->GetMoveToAsyncResult(WINDOW_LAYOUT_TIMEOUT); in MoveToAsync()
1527 layoutCallback_->GetMoveToAsyncResult(WINDOW_LAYOUT_TIMEOUT); in MoveToAsync()
1568 layoutCallback_->ResetMoveToLock(); in MoveWindowToGlobal()
1571 layoutCallback_->GetMoveToAsyncResult(WINDOW_LAYOUT_TIMEOUT); in MoveWindowToGlobal()
1577 layoutCallback_->GetMoveToAsyncResult(WINDOW_LAYOUT_TIMEOUT); in MoveWindowToGlobal()
1759 layoutCallback_->ResetResizeLock(); in ResizeAsync()
1762 layoutCallback_->GetResizeAsyncResult(WINDOW_LAYOUT_TIMEOUT); in ResizeAsync()
1768 layoutCallback_->GetResizeAsyncResult(WINDOW_LAYOUT_TIMEOUT); in ResizeAsync()
H A Dwindow_session_impl.cpp227 layoutCallback_ = sptr<FutureCallback>::MakeSptr(); in WindowSessionImpl()
756 layoutCallback_->OnUpdateSessionRect(wmRect, wmReason, GetPersistentId()); in UpdateRect()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h415 sptr<FutureCallback> layoutCallback_ = nullptr; variable