Home
last modified time | relevance | path

Searched refs:scrollRight (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h163 NestedScrollMode scrollRight; member
170 ", scrollRight: " + std::to_string(static_cast<int32_t>(scrollRight)); in ToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng_supplement.cpp1181 webPattern->nestedScroll_.scrollRight = NestedScrollMode::SELF_FIRST; in HWTEST_F()
1343 nestedScroll.scrollRight = NestedScrollMode::SELF_ONLY; in HWTEST_F()
1348 EXPECT_EQ(webPattern->nestedScroll_.scrollRight, nestedScroll.scrollRight); in HWTEST_F()
1374 nestedScroll.scrollRight = NestedScrollMode::SELF_FIRST; in HWTEST_F()
1379 EXPECT_EQ(webPattern->nestedScroll_.scrollRight, nestedScroll.scrollRight); in HWTEST_F()
H A Dweb_pattern_keyboard_test_ng.cpp80 EXPECT_EQ(webPattern->nestedScroll_.scrollRight, nestedScroll.scrollRight); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp53 .scrollRight = NestedScrollMode::SELF_FIRST, in Create()
81 .scrollRight = NestedScrollMode::SELF_FIRST, in Create()
H A Dweb_pattern.h1184 .scrollRight = NestedScrollMode::SELF_ONLY,
H A Dweb_pattern.cpp5941 if (nestedScroll.scrollDown == nestedScroll.scrollRight) { in SetNestedScrollExt()
6061 (directValue < 0 && nestedScroll.scrollRight == scrollMode && in CheckParentScroll()
6074 (directValue > 0 && nestedScroll.scrollRight == scrollMode && in CheckOverParentScroll()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp5035 .scrollRight = NestedScrollMode::SELF_FIRST, in SetNestedScroll()
5046 nestedOpt.scrollRight = static_cast<NestedScrollMode>(froward); in SetNestedScroll()
5069 int32_t scrollRight = -1; in SetNestedScroll() local
5070 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollRight"), scrollRight); in SetNestedScroll()
5071 if (CheckNestedScrollMode(scrollRight)) { in SetNestedScroll()
5072 nestedOpt.scrollRight = static_cast<NestedScrollMode>(scrollRight); in SetNestedScroll()

Completed in 36 milliseconds