Home
last modified time | relevance | path

Searched refs:isSnapAnimation_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1787 scrollable->isSnapAnimation_ = true;
1792 EXPECT_TRUE(scrollable->isSnapAnimation_);
1798 scrollable->isSnapAnimation_ = true;
1800 EXPECT_TRUE(scrollable->isSnapAnimation_);
1806 scrollable->isSnapAnimation_ = true;
1809 EXPECT_FALSE(scrollable->isSnapAnimation_);
1816 scrollable->isSnapAnimation_ = true;
1819 EXPECT_FALSE(scrollable->isSnapAnimation_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1147 scroll->isSnapAnimation_ = false; in GetFrictionProperty()
1219 scroll->isSnapAnimation_ = true; in GetSnapProperty()
1227 scroll->isSnapAnimation_ = true; in GetSnapProperty()
H A Dscrollable.h595 bool isSnapAnimation_ = false; variable