Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h219 onTypeDidChange_ = std::move(onTypeDidChange); in UpdateOnTypeDidChange()
224 if (onTypeDidChange_) { in onTypeDidChange()
225 onTypeDidChange_(currentType); in onTypeDidChange()
716 std::function<void(const float)> onTypeDidChange_; variable