Home
last modified time | relevance | path

Searched refs:OVERLAY (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.cpp51 …return handleLevelMode == HandleLevelMode::OVERLAY ? firstHandle.paintRect : firstHandle.localPain… in GetFirstHandlePaintRect()
56 …return handleLevelMode == HandleLevelMode::OVERLAY ? secondHandle.paintRect : secondHandle.localPa… in GetSecondHandlePaintRect()
H A Dselect_overlay_property.h248 OVERLAY, EMBED enumerator
315 HandleLevelMode handleLevelMode = HandleLevelMode::OVERLAY;
H A Dselect_overlay_paint_method.cpp94 auto isOverlayMode = (info_.handleLevelMode == HandleLevelMode::OVERLAY); in UpdateContentModifier()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Derrorcode-bindSheet.md96 等待targetId对应的节点挂载上树后,再调用方法;或者将半模态页面指定为OVERLAY模式。
114 更换一个可查找到page节点或NavDestination节点的targetId;或者将半模态页面指定为OVERLAY模式。
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h36 OVERLAY, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h45 OVERLAY, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h44 OVERLAY, // multiply or screen, depending on destination enumerator
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Derrorcode-bindSheet.md96 … 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 Dtexgine_paint.h53 OVERLAY, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h211 return handleLevelMode_ == HandleLevelMode::OVERLAY; in IsOverlayMode()
306 HandleLevelMode handleLevelMode_ = HandleLevelMode::OVERLAY;
H A Dtext_select_overlay.cpp120 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 Drs_drawable.h84 OVERLAY, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h85 OVERLAY, enumerator
H A Drs_properties_def.h89 OVERLAY, // multiply or screen, depending on destination enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md70OVERLAY<br />**说明:**<br /> 1. 半模态显示期间mode属性不支持动态切换,两种模式的显示层级完全不同,无法做到显示期间同一个半模态从一个层级变换到另一个层级。建议在使用…
127 | OVERLAY | 0 | 设置半模态面板在当前UIContext内顶层显示,在所有页面之上。和弹窗类组件显示在一个层级。 |
437 mode: SheetMode.OVERLAY,
H A Dts-universal-attributes-image-effect.md421 | 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 Dside_bar_container_layout_algorithm.cpp92 (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 Dtext_testfive_ng.cpp937 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 Dapp_spawn_client.h93 static const int OVERLAY = 8; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_side_bar_container_ffi.cpp41 …deBarContainerType> SIDE_BAR_TYPE = { SideBarContainerType::EMBED, SideBarContainerType::OVERLAY };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier.h196 return RSPropertyModifierType::OVERLAY; in GetPropertyModifierType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp112 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 Dsheet_style.h79 OVERLAY, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h186 OVERLAY, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp134 if (info_->handleLevelMode == HandleLevelMode::OVERLAY && in UpdateHandleHotZone()

12