Home
last modified time | relevance | path

Searched refs:SCROLL (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stack.cpp114 if (overflowStyle.overflow == Overflow::SCROLL) { in PrepareSpecializedComponent()
133 … isRootNode_ && (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL); in CompositeComponents()
H A Ddom_div.cpp540 … isRootNode_ && (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL); in CompositeComponents()
580 if (!isRootNode_ && overflowStyle.overflow == Overflow::SCROLL) { in CompositeComponents()
H A Ddom_node.cpp1580 …n_->HasOverflowStyle() || !overflowStyle.IsValid() || overflowStyle.overflow != Overflow::SCROLL) { in PrepareScrollComponent()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dpointer_event.h26 SCROLL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Doverlay_show_option.h27 SCROLL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_stack_ffi.cpp38 Overflow::SCROLL,
H A Dcj_list_ffi.cpp37 const std::vector<ScrollState> SCROLL_STATE = { ScrollState::IDLE, ScrollState::SCROLL,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp26 : StackComponent(Alignment::CENTER_LEFT, StackFit::KEEP, Overflow::SCROLL, children) in SideBarContainerComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp388 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollParentFirst()
428 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollSelfFirst()
470 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollSelfOnly()
497 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollParallel()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_event_test.cpp93 ScrollState stateExpected = ScrollState::SCROLL;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h312 { "auto", Overflow::SCROLL }, in ConvertStrToOverflow()
314 { "scroll", Overflow::SCROLL }, in ConvertStrToOverflow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h39 SCROLL, enumerator
H A Dscrollable_pattern.cpp1945 return ScrollState::SCROLL; in GetScrollState()
1982 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollParentFirst()
2026 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollSelfFirst()
2069 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollSelfOnly()
2095 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScrollParallel()
2217 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in HandleScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h41 SCROLL, enumerator
H A Drender_list.cpp1236 scrollState_ = ScrollState::SCROLL; in UpdateScrollPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h177 SCROLL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.h69 case Overflow::SCROLL: in ConvertOverflowToString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_event_test_ng.cpp108 EXPECT_EQ(scrollState, ScrollState::SCROLL);
1839 EXPECT_EQ(willScrollState, ScrollState::SCROLL);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp281 EXPECT_EQ(scrollState, ScrollState::SCROLL);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp661 .updateOverlayType = UpdateOverlayType::SCROLL, in UpdateOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp2422 …rollState scrollState = source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL; in GetSheetTypeWithAuto()
2424 if (scrollState == ScrollState::SCROLL) { in GetSheetTypeWithAuto()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2040 .updateOverlayType = UpdateOverlayType::SCROLL, in UpdateOverlay()