Home
last modified time | relevance | path

Searched refs:JudgeContentDraggable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp794 richEditorPattern->JudgeContentDraggable();
798 richEditorPattern->JudgeContentDraggable();
805 richEditorPattern->JudgeContentDraggable();
811 bool res = richEditorPattern->JudgeContentDraggable();
829 EXPECT_EQ(richEditorPattern->JudgeContentDraggable(), false);
H A Drich_editor_click_test_ng.cpp937 EXPECT_TRUE(richEditorPattern->JudgeContentDraggable());
1052 HWTEST_F(RichEditorClickTestNg, JudgeContentDraggable, TestSize.Level1)
1066 bool testSelectAreaVisible = richEditorPattern->JudgeContentDraggable();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h556 bool JudgeContentDraggable();
H A Drich_editor_pattern.cpp3297 bool isContentDraggalbe = JudgeContentDraggable(); in HandleDraggableFlag()
3314 bool RichEditorPattern::JudgeContentDraggable() in JudgeContentDraggable() function in OHOS::Ace::NG::RichEditorPattern
7405 auto isContentDraggable = pattern->JudgeContentDraggable(); in OnBackPressed()