/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_refresh_modifier.cpp | 84 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 D | refresh_model_ng.h | 40 void SetPullDownRatio(const std::optional<float>& pullDownRatio) override; 72 static void SetPullDownRatio(FrameNode* frameNode, const std::optional<float>& pullDownRatio);
|
H A D | refresh_model_ng.cpp | 161 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 D | refresh_model.h | 57 virtual void SetPullDownRatio(const std::optional<float>& pullDownRatio) {} in SetPullDownRatio() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_layout_test_ng.cpp | 332 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 D | refresh_event_test_ng.cpp | 889 model.SetPullDownRatio(pullDownRatio);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_refresh.cpp | 103 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 D | js_refresh.h | 32 static void SetPullDownRatio(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_refresh_bridge.h | 28 static ArkUINativeModuleValue SetPullDownRatio(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_refresh_bridge.cpp | 72 ArkUINativeModuleValue RefreshBridege::SetPullDownRatio(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPullDownRatio() function in OHOS::Ace::NG::RefreshBridege
|
H A D | arkts_native_api_impl_bridge.cpp | 4117 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RefreshBridege::SetPullDownRatio)); in RegisterRefreshAttributes()
|