Home
last modified time | relevance | path

Searched defs:ratioList (Results 1 - 13 of 13) 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
/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
/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
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp693 std::vector<double> ratioList = { 0.0 }; in ProcessVisibleAreaCallback() local
/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
H A Dui_extension_pattern.cpp1253 std::vector<double> ratioList = { SHOW_START, SHOW_FULL }; in RegisterVisibleAreaChange() local
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp1422 std::vector<double> ratioList = {1.0}; in RegisterVisibleAreaChange() local
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp1757 std::vector<double> ratioList = {0.0}; in RegisterVisibleAreaChange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp4852 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/text/
H A Dtext_pattern.cpp4206 std::vector<double> ratioList = { 0.0 }; in ProcessMarqueeVisibleAreaCallback() local
/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

Completed in 41 milliseconds