Home
last modified time | relevance | path

Searched refs:GetPullDownRatio (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_refresh_modifier.cpp107 ArkUI_Float32 GetPullDownRatio(ArkUINodeHandle node) in GetPullDownRatio() function
111 return RefreshModelNG::GetPullDownRatio(frameNode); in GetPullDownRatio()
134 GetPullDownRatio, GetRefreshOffset, GetPullToRefresh }; in GetRefreshModifier()
142 GetPullDownRatio, GetRefreshOffset, GetPullToRefresh }; in GetCJUIRefreshModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.h73 static float GetPullDownRatio(FrameNode* frameNode);
H A Drefresh_model_ng.cpp255 float RefreshModelNG::GetPullDownRatio(FrameNode* frameNode) in GetPullDownRatio() function in OHOS::Ace::NG::RefreshModelNG
H A Drefresh_pattern.cpp480 if (layoutProperty->GetPullDownRatio().has_value()) { in CalculatePullDownRatio()
481 return layoutProperty->GetPullDownRatio().value(); in CalculatePullDownRatio()