Home
last modified time | relevance | path

Searched refs:ratioList (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_pattern.cpp116 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 Dlinear_indicator_pattern.cpp172 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 Dmoon_progress_modifier.cpp302 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 Dtext_timer_pattern.cpp212 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 Dsecurity_ui_extension_pattern.cpp615 std::vector<double> ratioList = { 0.0 }; in RegisterVisibleAreaChange() local
616 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false); in RegisterVisibleAreaChange()
H A Dui_extension_pattern.cpp1253 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 Dview_abstract.h297 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 Dview_abstract.cpp1236 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 Dmarquee_pattern.cpp693 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 Dtext_clock_pattern.cpp225 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 Dmovingphoto_pattern.cpp1422 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 Darkts_native_frame_node_bridge.cpp1594 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 Dimage_pattern.cpp235 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 Dslider_pattern.cpp1757 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 Dtext_pattern.cpp4206 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 Dweb_pattern.cpp6493 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 Dswiper_pattern.cpp4427 std::vector<double> ratioList = { 0.0 };
4428 pipeline->AddVisibleAreaChangeNode(host, ratioList, callback, false);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5639 std::vector<double> ratioList(values, values + size); in SetOnVisibleAreaChange()
5650 ViewAbstract::SetOnVisibleChange(frameNode, onEvent, ratioList); in SetOnVisibleAreaChange()

Completed in 72 milliseconds