Home
last modified time | relevance | path

Searched refs:FRAME_NODE_CHANGE_START_SCROLL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp69 host->AddFrameNodeChangeInfoFlag(FRAME_NODE_CHANGE_START_SCROLL); in NotifyScrollEventStateChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.h55 inline constexpr FrameNodeChangeInfoFlag FRAME_NODE_CHANGE_START_SCROLL = 1 << 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp875 return ((flag & FRAME_NODE_CHANGE_START_SCROLL) == FRAME_NODE_CHANGE_START_SCROLL); in IsAncestorNodeStartScroll()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp1340 richEditorNode_->AddFrameNodeChangeInfoFlag(FRAME_NODE_CHANGE_START_SCROLL);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp1373 frameNodeChangeInfoFlag = FRAME_NODE_CHANGE_START_SCROLL;
H A Dtext_test_ng.cpp3851 frameNode->AddFrameNodeChangeInfoFlag(FRAME_NODE_CHANGE_START_SCROLL);