Home
last modified time | relevance | path

Searched refs:isNewAvoid (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp133 overlayInfo.isNewAvoid = clientInfo.isNewAvoid; in GetSelectOverlayInfo()
161 if (clientInfo.isNewAvoid) { in UpdateShowingSelectOverlay()
298 if (!info.isNewAvoid) { in OnParentScrollStartOrEnd()
H A Dselect_overlay_proxy.cpp191 void SelectOverlayProxy::SetIsNewAvoid(bool isNewAvoid) in SetIsNewAvoid() argument
195 pattern->SetIsNewAvoid(isNewAvoid); in SetIsNewAvoid()
H A Dselect_overlay_proxy.h59 void SetIsNewAvoid(bool isNewAvoid);
H A Dselect_overlay_client.h54 bool isNewAvoid = false; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h260 bool isNewAvoid = false; member
328 JSON_STRING_PUT_BOOL(jsonValue, isNewAvoid); in ToString()
H A Dselect_overlay_pattern.cpp606 (info_->isNewAvoid && !info_->isSingleHandle))) { in ShowOrHiddenMenu()
718 void SelectOverlayPattern::SetIsNewAvoid(bool isNewAvoid) in SetIsNewAvoid() argument
720 info_->isNewAvoid = isNewAvoid; in SetIsNewAvoid()
H A Dselect_overlay_layout_algorithm.cpp115 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 Dselect_overlay_paint_method.cpp56 selectOverlayModifier_->SetIsNewAvoid(info_.isNewAvoid); in UpdateOverlayModifier()
H A Dselect_overlay_pattern.h182 void SetIsNewAvoid(bool isNewAvoid);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp753 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 Dweb_context_select_overlay.cpp171 selectInfo.isNewAvoid = true; in OnUpdateSelectOverlayInfo()
H A Dweb_pattern.cpp4011 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 Dweb_pattern.h515 bool& isNewAvoid);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp1452 clientInfo.isNewAvoid = true;
1454 EXPECT_TRUE(clientInfo.isNewAvoid);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp315 selectInfo.isNewAvoid = true; in OnUpdateSelectOverlayInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp233 overlayInfo.isNewAvoid = true; in OnUpdateSelectOverlayInfo()
H A Dtext_pattern.cpp2587 if (selectInfo.isNewAvoid) { in UpdateSelectOverlayOrCreate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp3026 infoPtr->isNewAvoid = false;