/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.cpp | 119 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 481 void PipelineContext::AddVisibleAreaChangeNode(int32_t nodeId) {} in AddVisibleAreaChangeNode() function in OHOS::Ace::NG::PipelineContext 483 void PipelineContext::AddVisibleAreaChangeNode(const RefPtr<FrameNode>& node, const std::vector<dou… in AddVisibleAreaChangeNode() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.cpp | 218 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChangeCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_hub.cpp | 38 context->AddVisibleAreaChangeNode(host->GetId()); in OnAttachContext()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.cpp | 305 pipeline->AddVisibleAreaChangeNode(node, ratioList, callback, false); in RegisterVisibleChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 224 void AddVisibleAreaChangeNode(const int32_t nodeId); 226 void AddVisibleAreaChangeNode(const RefPtr<FrameNode>& node,
|
H A D | pipeline_context.cpp | 3414 void PipelineContext::AddVisibleAreaChangeNode(const int32_t nodeId) in AddVisibleAreaChangeNode() function in OHOS::Ace::NG::PipelineContext 3419 void PipelineContext::AddVisibleAreaChangeNode(const RefPtr<FrameNode>& node, in AddVisibleAreaChangeNode() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 636 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
H A D | ui_extension_pattern.cpp | 1411 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 177 context_->AddVisibleAreaChangeNode(frameNode_, { DEFAULT_DOUBLE1 }, nullptr); 178 context_->AddVisibleAreaChangeNode(frameNode_, { DEFAULT_DOUBLE1 }, nullptr, false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 792 …void AddVisibleAreaChangeNode(const ComposeId& nodeId, double ratio, const VisibleRatioCallback& c…
|
H A D | pipeline_context.cpp | 3453 void PipelineContext::AddVisibleAreaChangeNode( in AddVisibleAreaChangeNode() function in OHOS::Ace::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 228 pipeline->AddVisibleAreaChangeNode(host, ratioList, areaCallback, false); in RegistVisibleAreaChangeCallback()
|
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 1362 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 1315 pipeline->AddVisibleAreaChangeNode(frameNode, ratioList, onVisibleChange); in SetOnVisibleChange() 1325 …pipeline->AddVisibleAreaChangeNode(AceType::Claim<FrameNode>(frameNode), ratioList, onVisibleChang… in SetOnVisibleChange() 4790 pipeline->AddVisibleAreaChangeNode(frameNode->GetId()); in SetJSFrameNodeOnVisibleAreaApproximateChange()
|
H A D | frame_node.cpp | 4725 pipeline->AddVisibleAreaChangeNode(Claim(this), ratios, callback, false); in RecordExposureInner()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 1229 context->AddVisibleAreaChangeNode(nodeId, ratio, onVisibleChange); in SetOnVisibleChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_pattern.cpp | 1807 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in RegisterVisibleAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 273 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, isCalcClip); in RegisterVisibleAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 4164 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in ProcessMarqueeVisibleAreaCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 4235 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6510 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in RegisterVisibleAreaChangeCallback()
|