/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_client.cpp | 133 overlayInfo.isNewAvoid = clientInfo.isNewAvoid; in GetSelectOverlayInfo() 161 if (clientInfo.isNewAvoid) { in UpdateShowingSelectOverlay() 298 if (!info.isNewAvoid) { in OnParentScrollStartOrEnd()
|
H A D | select_overlay_proxy.cpp | 191 void SelectOverlayProxy::SetIsNewAvoid(bool isNewAvoid) in SetIsNewAvoid() argument 195 pattern->SetIsNewAvoid(isNewAvoid); in SetIsNewAvoid()
|
H A D | select_overlay_proxy.h | 59 void SetIsNewAvoid(bool isNewAvoid);
|
H A D | select_overlay_client.h | 54 bool isNewAvoid = false; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_property.h | 260 bool isNewAvoid = false; member 328 JSON_STRING_PUT_BOOL(jsonValue, isNewAvoid); in ToString()
|
H A D | select_overlay_pattern.cpp | 606 (info_->isNewAvoid && !info_->isSingleHandle))) { in ShowOrHiddenMenu() 718 void SelectOverlayPattern::SetIsNewAvoid(bool isNewAvoid) in SetIsNewAvoid() argument 720 info_->isNewAvoid = isNewAvoid; in SetIsNewAvoid()
|
H A D | select_overlay_layout_algorithm.cpp | 115 auto top = info_->isNewAvoid ? info_->selectArea.Top() : firstHandleRect.Top(); in CalculateCustomMenuLayoutConstraint() 116 auto bottom = info_->isNewAvoid ? info_->selectArea.Bottom() : secondHandleRect.Bottom(); in CalculateCustomMenuLayoutConstraint() 190 …if ((!CheckInShowArea(*info_) || (!info_->isNewAvoid && shouldInActiveByHandle)) && !info_->isUsin… in LayoutChild() 425 info_->isNewAvoid && !info_->isSingleHandle in ComputeSelectMenuPosition()
|
H A D | select_overlay_paint_method.cpp | 56 selectOverlayModifier_->SetIsNewAvoid(info_.isNewAvoid); in UpdateOverlayModifier()
|
H A D | select_overlay_pattern.h | 182 void SetIsNewAvoid(bool isNewAvoid);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 753 EXPECT_FALSE(selectInfo.isNewAvoid); 785 EXPECT_FALSE(selectInfo.isNewAvoid); 827 EXPECT_TRUE(selectInfo.isNewAvoid); 869 EXPECT_TRUE(selectInfo.isNewAvoid);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 171 selectInfo.isNewAvoid = true; in OnUpdateSelectOverlayInfo()
|
H A D | web_pattern.cpp | 4011 bool isNewAvoid = false; in HideHandleAndQuickMenuIfNecessary() local 4013 dropParams_, startSelectionHandle_, endSelectionHandle_, isNewAvoid); in HideHandleAndQuickMenuIfNecessary() 4014 selectOverlayProxy_->SetIsNewAvoid(isNewAvoid); in HideHandleAndQuickMenuIfNecessary() 4075 if (selectInfo.isNewAvoid && selectOverlayProxy_) { in RunQuickMenu() 4134 bool& isNewAvoid) in ComputeClippedSelectionBounds() argument 4156 isNewAvoid = true; in ComputeClippedSelectionBounds() 4160 isNewAvoid = false; in ComputeClippedSelectionBounds() 4197 selectInfo.isNewAvoid = true; in QuickMenuIsNeedNewAvoid() 4209 … ComputeClippedSelectionBounds(params, startHandle, endHandle, selectInfo.isNewAvoid); in QuickMenuIsNeedNewAvoid()
|
H A D | web_pattern.h | 515 bool& isNewAvoid);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 1452 clientInfo.isNewAvoid = true; 1454 EXPECT_TRUE(clientInfo.isNewAvoid);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 315 selectInfo.isNewAvoid = true; in OnUpdateSelectOverlayInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.cpp | 233 overlayInfo.isNewAvoid = true; in OnUpdateSelectOverlayInfo()
|
H A D | text_pattern.cpp | 2587 if (selectInfo.isNewAvoid) { in UpdateSelectOverlayOrCreate()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 3026 infoPtr->isNewAvoid = false;
|