Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h411 std::list<std::function<void()>> imageLayoutCallbacks_; variable
H A Drender_image.cpp398 decltype(imageLayoutCallbacks_) imageLayoutCallbacks(std::move(imageLayoutCallbacks_)); in PerformLayout()