/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 40 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 D | web_context_select_overlay.h | 38 bool CheckHandleVisible(const RectF& paintRect) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 55 …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 D | rich_editor_select_overlay.h | 34 bool CheckHandleVisible(const RectF& paintRect) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.h | 37 bool CheckHandleVisible(const RectF& paintRect) override;
|
H A D | base_text_select_overlay.h | 154 virtual bool CheckHandleVisible(const RectF& paintRect) = 0;
|
H A D | text_select_overlay.cpp | 145 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 D | text_field_select_overlay.h | 38 bool CheckHandleVisible(const RectF& paintRect) override;
|
H A D | text_field_select_overlay.cpp | 197 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 D | select_overlay_client.h | 86 virtual bool CheckHandleVisible(const RectF& paintRect) in CheckHandleVisible() function
|
H A D | select_overlay_client.cpp | 122 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 D | rich_editor_overlay_test_ng.cpp | 1651 …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 D | text_test_ng.cpp | 2891 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 D | web_context_select_overlay_test.cpp | 182 bool result = overlay.CheckHandleVisible(paintRect);
|