Home
last modified time | relevance | path

Searched refs:CheckHandleVisible (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp40 bool WebContextSelectOverlay::CheckHandleVisible(const RectF& paintRect) in CheckHandleVisible() function in OHOS::Ace::NG::WebContextSelectOverlay
51 handleInfo.isShow = CheckHandleVisible(handleInfo.paintRect); in GetFirstHandleInfo()
61 handleInfo.isShow = CheckHandleVisible(handleInfo.paintRect); in GetSecondHandleInfo()
H A Dweb_context_select_overlay.h38 bool CheckHandleVisible(const RectF& paintRect) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp55 …handleInfo.isShow = dragHandleIndex_ == DragHandleIndex::FIRST || CheckHandleVisible(handleInfo.pa… in GetFirstHandleInfo()
71 CheckHandleVisible(handleInfo.paintRect); in GetSecondHandleInfo()
80 bool RichEditorSelectOverlay::CheckHandleVisible(const RectF& paintRect) in CheckHandleVisible() function in OHOS::Ace::NG::RichEditorSelectOverlay
534 bool isSingleHandleShow = !handleIsHidden_ && CheckHandleVisible(singleHandlePaintRect); in SwitchCaretState()
H A Drich_editor_select_overlay.h34 bool CheckHandleVisible(const RectF& paintRect) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.h37 bool CheckHandleVisible(const RectF& paintRect) override;
H A Dbase_text_select_overlay.h154 virtual bool CheckHandleVisible(const RectF& paintRect) = 0;
H A Dtext_select_overlay.cpp145 bool TextSelectOverlay::CheckHandleVisible(const RectF& paintRect) in CheckHandleVisible() function in OHOS::Ace::NG::TextSelectOverlay
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.h38 bool CheckHandleVisible(const RectF& paintRect) override;
H A Dtext_field_select_overlay.cpp197 handleInfo.isShow = CheckHandleVisible(handleRect); in GetHandleInfo()
203 bool TextFieldSelectOverlay::CheckHandleVisible(const RectF& handlePaintRect) in CheckHandleVisible() function in OHOS::Ace::NG::TextFieldSelectOverlay
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h86 virtual bool CheckHandleVisible(const RectF& paintRect) in CheckHandleVisible() function
H A Dselect_overlay_client.cpp122 firstHandleInfo->isShow = CheckHandleVisible(firstHandleInfo->paintRect); in GetSelectOverlayInfo()
125 secondHandleInfo->isShow = CheckHandleVisible(secondHandleInfo->paintRect); in GetSelectOverlayInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp1651 …auto isShow1 = richEditorPattern->selectOverlay_->CheckHandleVisible(RectF(0.0f, 0.0f, 10.0f, 10.0…
1655 …auto isShow2 = richEditorPattern->selectOverlay_->CheckHandleVisible(RectF(0.0f, 0.0f, 10.0f, 10.0…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp2891 ASSERT_EQ(textSelectOverlay->CheckHandleVisible(paintRect), false);
2909 ASSERT_EQ(textSelectOverlay->CheckHandleVisible(paintRect), false);
2912 ASSERT_EQ(textSelectOverlay->CheckHandleVisible(paintRect), false);
2920 ASSERT_EQ(textSelectOverlay->CheckHandleVisible(paintRect), false);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp182 bool result = overlay.CheckHandleVisible(paintRect);