/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.cpp | 116 std::vector<double> ratioList = {0.0}; in RegisterVisibleAreaChange() local 117 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_pattern.cpp | 172 std::vector<double> ratioList = { 0.0 }; in RegisterVisibleChange() local 173 pipeline->AddVisibleAreaChangeNode(host, ratioList, std::move(callback), false); in RegisterVisibleChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.cpp | 302 std::vector<double> ratioList = { 0.0 }; in RegisterVisibleChange() local 305 pipeline->AddVisibleAreaChangeNode(node, ratioList, callback, false); in RegisterVisibleChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.cpp | 212 std::vector<double> ratioList = {0.0}; in RegisterVisibleAreaChangeCallback() local 213 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChangeCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 615 std::vector<double> ratioList = { 0.0 }; in RegisterVisibleAreaChange() local 616 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
H A D | ui_extension_pattern.cpp | 1253 std::vector<double> ratioList = { SHOW_START, SHOW_FULL }; in RegisterVisibleAreaChange() local 1254 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 297 const std::vector<double> &ratioList); 691 const std::function<void(bool, double)>&& jsCallback, const std::vector<double>& ratioList, 756 const std::vector<double> &ratioList);
|
H A D | view_abstract.cpp | 1236 const std::vector<double>& ratioList) in SetOnVisibleChange() 1243 pipeline->AddVisibleAreaChangeNode(frameNode, ratioList, onVisibleChange); in SetOnVisibleChange() 4646 const std::function<void(bool, double)>&& jsCallback, const std::vector<double>& ratioList, in SetJSFrameNodeOnVisibleAreaApproximateChange() 4663 frameNode->SetVisibleAreaUserCallback(ratioList, callback); in SetJSFrameNodeOnVisibleAreaApproximateChange() 4846 const std::vector<double>& ratioList) in SetOnVisibleChange() 4852 pipeline->AddVisibleAreaChangeNode(AceType::Claim<FrameNode>(frameNode), ratioList, onVisibleChange); in SetOnVisibleChange() local 1235 SetOnVisibleChange(std::function<void(bool, double)>&& onVisibleChange, const std::vector<double>& ratioList) SetOnVisibleChange() argument 4645 SetJSFrameNodeOnVisibleAreaApproximateChange(FrameNode* frameNode, const std::function<void(bool, double)>&& jsCallback, const std::vector<double>& ratioList, int32_t interval) SetJSFrameNodeOnVisibleAreaApproximateChange() argument 4845 SetOnVisibleChange(FrameNode* frameNode, std::function<void(bool, double)>&& onVisibleChange, const std::vector<double>& ratioList) SetOnVisibleChange() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 693 std::vector<double> ratioList = { 0.0 }; in ProcessVisibleAreaCallback() local 694 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in ProcessVisibleAreaCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 225 std::vector<double> ratioList = {0.0}; in RegistVisibleAreaChangeCallback() local 226 pipeline->AddVisibleAreaChangeNode(host, ratioList, areaCallback, false); in RegistVisibleAreaChangeCallback()
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 1422 std::vector<double> ratioList = {1.0}; in RegisterVisibleAreaChange() local 1423 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.cpp | 1594 panda::Local<panda::ArrayRef> ratioList = ratiosArg; 1595 uint32_t size = ratioList->Length(vm); 1599 auto const radio = panda::ArrayRef::GetValueAt(vm, ratioList, i);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 235 std::vector<double> ratioList = {0.0}; 236 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, isCalcClip);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_pattern.cpp | 1757 std::vector<double> ratioList = {0.0}; in RegisterVisibleAreaChange() local 1758 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in RegisterVisibleAreaChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 4206 std::vector<double> ratioList = { 0.0 }; in ProcessMarqueeVisibleAreaCallback() local 4207 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in ProcessMarqueeVisibleAreaCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6493 std::vector<double> ratioList = {0.0, 1.0}; in RegisterVisibleAreaChangeCallback() local 6494 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false, true); in RegisterVisibleAreaChangeCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 4427 std::vector<double> ratioList = { 0.0 }; 4428 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5639 std::vector<double> ratioList(values, values + size); in SetOnVisibleAreaChange() 5650 ViewAbstract::SetOnVisibleChange(frameNode, onEvent, ratioList); in SetOnVisibleAreaChange()
|