Home
last modified time | relevance | path

Searched refs:showCut (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h172 bool showCut = true; member
189 (showCut == info.showCut) && (showCameraInput == info.showCameraInput) && in IsIconChanged()
202 JSON_STRING_PUT_BOOL(jsonValue, showCut); in ToString()
H A Dselect_overlay_node.cpp101 { OH_DEFAULT_CUT, [](const SelectMenuInfo& info){ return info.showCut; } }, in __anon90d004a40202()
685 if (!info->menuInfo.showCut) { in SetOptionsAction()
1477 if (info->menuInfo.showCut) { in ShowCut()
1759 if (info->menuInfo.showCut || info->isUsingMouse) { in GetSystemMenuItemParams()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp162 selectInfo.menuInfo.showCut = false;
934 selectInfo.menuInfo.showCut = false;
1024 selectInfo.menuInfo.showCut = false;
1071 selectInfo.menuInfo.showCut = false;
1245 selectInfo.menuInfo.showCut = false;
4347 info.menuInfo.showCut = true;
4367 info.menuInfo.showCut = false;
4387 info.menuInfo.showCut = true;
4407 info.menuInfo.showCut = false;
4427 info.menuInfo.showCut = false;
[all …]
H A Dselect_overlay_paint_method_test_ng.cpp430 selectInfo.menuInfo.showCut = false;
489 selectInfo.menuInfo.showCut = false;
550 selectInfo.menuInfo.showCut = false;
608 selectInfo.menuInfo.showCut = false;
673 selectInfo.menuInfo.showCut = false;
734 selectInfo.menuInfo.showCut = false;
797 selectInfo.menuInfo.showCut = false;
860 selectInfo.menuInfo.showCut = false;
923 selectInfo.menuInfo.showCut = false;
987 selectInfo.menuInfo.showCut = false;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp179 menuInfo.showCut = newMenuInfo.showCut; in UpdateShowingSelectOverlay()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp277 EXPECT_TRUE(selectMenuInfo.showCut);
307 EXPECT_TRUE(selectMenuInfo.showCut);
345 EXPECT_TRUE(selectMenuInfo.showCut);
383 EXPECT_FALSE(selectMenuInfo.showCut);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp78 menuInfo.showCut = false; in OnUpdateMenuInfo()
H A Dweb_pattern.cpp3791 selectInfo.menuInfo.showCut = false; in RegisterSelectOverlayCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp326 menuInfo.showCut = false; in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp285 menuInfo.showCut = menuInfo.showCopy; in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp279 menuInfo.showCut = isShowItem && hasValue && !pattern->textSelector_.SelectNothing(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp3122 ASSERT_EQ(menuInfo.showCut, true);
3125 ASSERT_EQ(menuInfo.showCut, false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1236 info.menuInfo.showCut = false; in OpenSelectOverlay()