Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dextension_handler.cpp93 if (innerForegroundDrawImpl_) { in InnerForegroundDraw()
94 innerForegroundDrawImpl_(context); in InnerForegroundDraw()
H A Dextension_handler.h77 innerForegroundDrawImpl_ = std::move(impl); in SetInnerForegroundDrawImpl()
152 std::function<void(DrawingContext&)> innerForegroundDrawImpl_; variable