Home
last modified time | relevance | path

Searched refs:GetRefreshing (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drefresh_composed_element.cpp27 …{ "refreshing", [](const RefreshComposedElement& inspector) { return inspector.GetRefreshing(); }… in __anoneb563f0b0202()
37 std::string("refreshing: ").append(GetRefreshing())); in Dump()
53 std::string RefreshComposedElement::GetRefreshing() const in GetRefreshing() function in OHOS::Ace::V2::RefreshComposedElement
61 return ConvertBoolToString(renderRefresh->GetRefreshing()); in GetRefreshing()
H A Drefresh_composed_element.h36 std::string GetRefreshing() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_refresh_modifier.cpp40 ArkUI_Bool GetRefreshing(ArkUINodeHandle node) in GetRefreshing() function
44 return static_cast<ArkUI_Bool>(RefreshModelNG::GetRefreshing(frameNode)); in GetRefreshing()
132 …static const ArkUIRefreshModifier modifier = { SetRefreshing, GetRefreshing, SetRefreshOffset, Res… in GetRefreshModifier()
140 …static const CJUIRefreshModifier modifier = { SetRefreshing, GetRefreshing, SetRefreshContent, Set… in GetCJUIRefreshModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.h64 static bool GetRefreshing(FrameNode* frameNode);
H A Drefresh_model_ng.cpp238 bool RefreshModelNG::GetRefreshing(FrameNode* frameNode) in GetRefreshing() function in OHOS::Ace::NG::RefreshModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.h69 bool GetRefreshing() const in GetRefreshing() function