Home
last modified time | relevance | path

Searched refs:SetPullDownRatio (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_refresh_modifier.cpp84 void SetPullDownRatio(ArkUINodeHandle node, ArkUI_Float32 ratio) in SetPullDownRatio() function
96 RefreshModelNG::SetPullDownRatio(frameNode, ratioValue); in SetPullDownRatio()
104 RefreshModelNG::SetPullDownRatio(frameNode, ratioValue); in ResetPullDownRatio()
133 … SetPullToRefresh, ResetPullToRefresh, SetRefreshContent, SetPullDownRatio, ResetPullDownRatio, in GetRefreshModifier()
141 … ResetRefreshOffset, SetPullToRefresh, ResetPullToRefresh, SetPullDownRatio, ResetPullDownRatio, in GetCJUIRefreshModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.h40 void SetPullDownRatio(const std::optional<float>& pullDownRatio) override;
72 static void SetPullDownRatio(FrameNode* frameNode, const std::optional<float>& pullDownRatio);
H A Drefresh_model_ng.cpp161 void RefreshModelNG::SetPullDownRatio(const std::optional<float>& pullDownRatio) in SetPullDownRatio() function in OHOS::Ace::NG::RefreshModelNG
170 void RefreshModelNG::SetPullDownRatio(FrameNode* frameNode, const std::optional<float>& pullDownRat… in SetPullDownRatio() function in OHOS::Ace::NG::RefreshModelNG
H A Drefresh_model.h57 virtual void SetPullDownRatio(const std::optional<float>& pullDownRatio) {} in SetPullDownRatio() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_layout_test_ng.cpp332 model.SetPullDownRatio(std::nullopt);
336 model.SetPullDownRatio(AceType::RawPtr(frameNode_), 0.f);
339 model.SetPullDownRatio(AceType::RawPtr(frameNode_), std::nullopt);
342 model.SetPullDownRatio(AceType::RawPtr(frameNode_), 0.5f);
H A Drefresh_event_test_ng.cpp889 model.SetPullDownRatio(pullDownRatio);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.cpp103 JSClass<JSRefresh>::StaticMethod("pullDownRatio", &JSRefresh::SetPullDownRatio); in JSBind()
112 void JSRefresh::SetPullDownRatio(const JSCallbackInfo& info) in SetPullDownRatio() function in OHOS::Ace::Framework::JSRefresh
121 RefreshModel::GetInstance()->SetPullDownRatio(pulldownRatio); in SetPullDownRatio()
125 RefreshModel::GetInstance()->SetPullDownRatio(pulldownRatio); in SetPullDownRatio()
H A Djs_refresh.h32 static void SetPullDownRatio(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_refresh_bridge.h28 static ArkUINativeModuleValue SetPullDownRatio(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_refresh_bridge.cpp72 ArkUINativeModuleValue RefreshBridege::SetPullDownRatio(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPullDownRatio() function in OHOS::Ace::NG::RefreshBridege
H A Darkts_native_api_impl_bridge.cpp4117 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RefreshBridege::SetPullDownRatio)); in RegisterRefreshAttributes()