Searched refs:JudgeContentDraggable (Results 1 – 4 of 4) sorted by relevance
794 richEditorPattern->JudgeContentDraggable();798 richEditorPattern->JudgeContentDraggable();805 richEditorPattern->JudgeContentDraggable();811 bool res = richEditorPattern->JudgeContentDraggable();829 EXPECT_EQ(richEditorPattern->JudgeContentDraggable(), false);
937 EXPECT_TRUE(richEditorPattern->JudgeContentDraggable());1052 HWTEST_F(RichEditorClickTestNg, JudgeContentDraggable, TestSize.Level1)1066 bool testSelectAreaVisible = richEditorPattern->JudgeContentDraggable();
556 bool JudgeContentDraggable();
3297 bool isContentDraggalbe = JudgeContentDraggable(); in HandleDraggableFlag()3314 bool RichEditorPattern::JudgeContentDraggable() in JudgeContentDraggable() function in OHOS::Ace::NG::RichEditorPattern7405 auto isContentDraggable = pattern->JudgeContentDraggable(); in OnBackPressed()