Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.cpp51 bool hasImageNode = movingPhotoNode->HasImageNode(); in Create() local
52 if (!hasImageNode) { in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp2045 bool hasImageNode = false; in PrintBuilderNode() local
2048 PrintIfImageNode(customNode, depth, hasImageNode, imageNodes); in PrintBuilderNode()
2054 …const RefPtr<UINode>& builderNode, int32_t depth, bool& hasImageNode, std::list<RefPtr<FrameNode>>… in PrintIfImageNode() argument
2064 hasImageNode = true; in PrintIfImageNode()
2073 PrintIfImageNode(child, depth + 1, hasImageNode, imageNodes); in PrintIfImageNode()
H A Dgesture_event_hub.h721 …const RefPtr<UINode>& builderNode, int32_t depth, bool& hasImageNode, std::list<RefPtr<FrameNode>>…