Home
last modified time | relevance | path

Searched refs:IsSpringStopped (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_scrollable.cpp54 bool Scrollable::IsSpringStopped() const in IsSpringStopped() function in OHOS::Ace::Scrollable
Dmock_scrollable_ng.cpp53 bool Scrollable::IsSpringStopped() const in IsSpringStopped() function in OHOS::Ace::NG::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable.h261 bool IsSpringStopped() const;
Dscrollable.cpp258 bool Scrollable::IsSpringStopped() const in IsSpringStopped() function in OHOS::Ace::NG::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.h298 bool IsSpringStopped() const;
Dscrollable.cpp319 bool Scrollable::IsSpringStopped() const in IsSpringStopped() function in OHOS::Ace::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_bar_pattern.cpp741 if (scrollable && !scrollable->IsSpringStopped()) { in HandleClick()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
Dtabs_test_ng.cpp9222 EXPECT_NE(tabBarPattern->scrollableEvent_->GetScrollable()->IsSpringStopped(), false);
9226 EXPECT_NE(tabBarPattern->scrollableEvent_->GetScrollable()->IsSpringStopped(), false);