/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_property.cpp | 51 …return handleLevelMode == HandleLevelMode::OVERLAY ? firstHandle.paintRect : firstHandle.localPain… in GetFirstHandlePaintRect() 56 …return handleLevelMode == HandleLevelMode::OVERLAY ? secondHandle.paintRect : secondHandle.localPa… in GetSecondHandlePaintRect()
|
H A D | select_overlay_property.h | 248 OVERLAY, EMBED enumerator 315 HandleLevelMode handleLevelMode = HandleLevelMode::OVERLAY;
|
H A D | select_overlay_paint_method.cpp | 94 auto isOverlayMode = (info_.handleLevelMode == HandleLevelMode::OVERLAY); in UpdateContentModifier()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | errorcode-bindSheet.md | 96 等待targetId对应的节点挂载上树后,再调用方法;或者将半模态页面指定为OVERLAY模式。 114 更换一个可查找到page节点或NavDestination节点的targetId;或者将半模态页面指定为OVERLAY模式。
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 36 OVERLAY, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 45 OVERLAY, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 44 OVERLAY, // multiply or screen, depending on destination enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | errorcode-bindSheet.md | 96 … to the component tree before calling the API again; or consider setting the modal to OVERLAY mode. 114 …getId** that is a child of a page or **NavDestination** node; or use the OVERLAY mode for the moda…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 53 OVERLAY, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.h | 211 return handleLevelMode_ == HandleLevelMode::OVERLAY; in IsOverlayMode() 306 HandleLevelMode handleLevelMode_ = HandleLevelMode::OVERLAY;
|
H A D | text_select_overlay.cpp | 120 if (handleLevelMode_ == HandleLevelMode::OVERLAY) { in CheckAndAdjustHandle() 433 if (handleLevelMode_ != mode && mode == HandleLevelMode::OVERLAY) { in OnHandleLevelModeChanged()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 84 OVERLAY, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 85 OVERLAY, enumerator
|
H A D | rs_properties_def.h | 89 OVERLAY, // multiply or screen, depending on destination enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-sheet-transition.md | 70 …OVERLAY<br />**说明:**<br /> 1. 半模态显示期间mode属性不支持动态切换,两种模式的显示层级完全不同,无法做到显示期间同一个半模态从一个层级变换到另一个层级。建议在使用… 127 | OVERLAY | 0 | 设置半模态面板在当前UIContext内顶层显示,在所有页面之上。和弹窗类组件显示在一个层级。 | 437 mode: SheetMode.OVERLAY,
|
H A D | ts-universal-attributes-image-effect.md | 421 | OVERLAY | 根据目标像素来决定使用MULTIPLY混合模式还是SCREEN混合模式。 | 677 .blendMode(BlendMode.OVERLAY, BlendApplyType.OFFSCREEN) 690 <br/>BlendMode.OVERLAY,BlendApplyType.OFFSCREEN<br/>
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_layout_algorithm.cpp | 92 (type_ != SideBarContainerType::OVERLAY)) { in Measure() 94 type_ = SideBarContainerType::OVERLAY; in Measure() 100 if (type_ != SideBarContainerType::OVERLAY) { in Measure() 409 type_ = SideBarContainerType::OVERLAY; in AutoMode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfive_ng.cpp | 937 textSelectOverlay->OnHandleLevelModeChanged(HandleLevelMode::OVERLAY); 938 EXPECT_EQ(textSelectOverlay->handleLevelMode_, HandleLevelMode::OVERLAY); 940 textSelectOverlay->handleLevelMode_ = HandleLevelMode::OVERLAY; 948 textSelectOverlay->handleLevelMode_ = HandleLevelMode::OVERLAY; 949 textSelectOverlay->OnHandleLevelModeChanged(HandleLevelMode::OVERLAY); 950 EXPECT_EQ(textSelectOverlay->handleLevelMode_, HandleLevelMode::OVERLAY); 1351 EXPECT_EQ(textSelectOverlay->handleLevelMode_, HandleLevelMode::OVERLAY); 1371 EXPECT_EQ(textSelectOverlay->handleLevelMode_, HandleLevelMode::OVERLAY); 1375 EXPECT_EQ(textSelectOverlay->handleLevelMode_, HandleLevelMode::OVERLAY); 1379 EXPECT_EQ(textSelectOverlay->handleLevelMode_, HandleLevelMode::OVERLAY); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 93 static const int OVERLAY = 8; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_side_bar_container_ffi.cpp | 41 …deBarContainerType> SIDE_BAR_TYPE = { SideBarContainerType::EMBED, SideBarContainerType::OVERLAY };
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier.h | 196 return RSPropertyModifierType::OVERLAY; in GetPropertyModifierType()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 112 HandleLevelMode handleLevelMode_ = HandleLevelMode::OVERLAY; 2126 content->SwitchToHandleMode(HandleLevelMode::OVERLAY); 2127 EXPECT_EQ(holder->handleLevelMode_, HandleLevelMode::OVERLAY); 2133 EXPECT_EQ(holder->handleLevelMode_, HandleLevelMode::OVERLAY); 2184 EXPECT_EQ(holder->handleLevelMode_, HandleLevelMode::OVERLAY);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_style.h | 79 OVERLAY, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 186 OVERLAY, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/ |
H A D | select_content_overlay_pattern.cpp | 134 if (info_->handleLevelMode == HandleLevelMode::OVERLAY && in UpdateHandleHotZone()
|