Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dnestable_scroll_container.h147 isNestedInterrupt_ = isNestedInterrupt; in SetIsNestedInterrupt()
152 return isNestedInterrupt_; in GetIsNestedInterrupt()
166 bool isNestedInterrupt_ = false; // nested scroll interrupted by change of nested mode variable
H A Dnestable_scroll_container.cpp74 isNestedInterrupt_ = true; in SetNestedScroll()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1271 pattern_->isNestedInterrupt_ = false;
1274 EXPECT_TRUE(pattern_->isNestedInterrupt_);