Home
last modified time | relevance | path

Searched defs:onTypeDidChange (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_context_model_impl.h32 std::function<void(const float)>&& onTypeDidChange, std::function<void()>&& sheetSpringBack, in OpenBindSheet()
H A Dview_abstract_model_impl.h283 std::function<void(const float)>&& onTypeDidChange, in BindSheet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/view_context/
H A Dview_context_model_ng.cpp57 std::function<void(const float)>&& onTypeDidChange, std::function<void()>&& sheetSpringBack, in OpenBindSheet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h217 void UpdateOnTypeDidChange(std::function<void(const float)>&& onTypeDidChange) in UpdateOnTypeDidChange()
222 void onTypeDidChange(float currentType) const in onTypeDidChange() function
H A Dsheet_manager.cpp113 std::function<void(const float)>&& onTypeDidChange, std::function<void()>&& sheetSpringBack, in OpenBindSheetByUIContext()
H A Doverlay_manager.cpp4108 …d::function<void(const float)>&& onWidthDidChange, std::function<void(const float)>&& onTypeDidCha… in BindSheet()
4512 …d::function<void(const float)>&& onWidthDidChange, std::function<void(const float)>&& onTypeDidCha… in OnBindSheet()
4557 std::function<void(const float)>&& onTypeDidChange, in OpenBindSheetByUIContext()
4645 std::function<void(const float)>&& onTypeDidChange, in UpdateSheetPage()
4716 std::function<void(const float)>&& onTypeDidChange, in OnBindSheetInner()
4776 std::function<void(const float)>&& onTypeDidChange, in SetSheetProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp492 std::function<void(const float)>&& onTypeDidChange, std::function<void()>&& sheetSpringBack) in BindSheet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8332 std::function<void(const float)>& onTypeDidChange, std::function<void()>& sheetSpringBack) in ParseSheetCallback()