Searched refs:GetRefreshing (Results 1 – 6 of 6) sorted by relevance
27 …{ "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::RefreshComposedElement61 return ConvertBoolToString(renderRefresh->GetRefreshing()); in GetRefreshing()
36 std::string GetRefreshing() const;
40 ArkUI_Bool GetRefreshing(ArkUINodeHandle node) in GetRefreshing() function44 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()
64 static bool GetRefreshing(FrameNode* frameNode);
238 bool RefreshModelNG::GetRefreshing(FrameNode* frameNode) in GetRefreshing() function in OHOS::Ace::NG::RefreshModelNG
69 bool GetRefreshing() const in GetRefreshing() function