Home
last modified time | relevance | path

Searched refs:isFixedNestedScrollMode_ (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.h122 isFixedNestedScrollMode_ = isFixedNestedScrollMode; in SetIsFixedNestedScrollMode()
127 return isFixedNestedScrollMode_; in GetIsFixedNestedScrollMode()
164 bool isFixedNestedScrollMode_ = false; variable
H A Dnestable_scroll_container.cpp61 if (isFixedNestedScrollMode_ && !nestedScroll.NeedParent()) { in SetNestedScroll()
84 if (!isFixedNestedScrollMode_) { in SetParentScrollable()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1273 EXPECT_FALSE(pattern_->isFixedNestedScrollMode_);