Home
last modified time | relevance | path

Searched refs:RIGHT_TOP (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dplacement.h32 RIGHT_TOP, enumerator
73 case Placement::RIGHT_TOP: in ConvertPlacementToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp65 Placement::RIGHT_TOP,
80 Placement::RIGHT_TOP,
94 Placement::RIGHT_TOP,
105 Placement::RIGHT_TOP,
120 Placement::RIGHT_TOP,
134 Placement::RIGHT_TOP,
143 Placement::RIGHT_TOP,
157 Placement::RIGHT_TOP,
172 Placement::RIGHT_TOP,
179 { Placement::RIGHT_TOP,
[all …]
H A Dmenu_paint_property.h85 { Placement::RIGHT_TOP, "Placement.RightTop" }, in ConvertPlacementToString()
H A Dmenu_paint_method.cpp109 case Placement::RIGHT_TOP: in UpdateArrowPath()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager_util.cpp128 case AutoFill::PopupPlacement::RIGHT_TOP: in ConvertPopupPlacement()
129 popupPlacement = Ace::PopupPlacement::RIGHT_TOP; in ConvertPopupPlacement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp672 { Placement::RIGHT_TOP, in GetChildPositionNew()
840 case Placement::RIGHT_TOP: in AdjustPosition()
936 case Placement::RIGHT_TOP: in AddTargetSpace()
996 case Placement::RIGHT_TOP: in UpdateChildPosition()
1039 case Placement::RIGHT_TOP: in UpdateTouchRegion()
1157 case Placement::RIGHT_TOP: in CheckPosition()
1479 case Placement::RIGHT_TOP: in GetArrowOffset()
1546 case Placement::RIGHT_TOP: in UpdateArrowOffset()
1645 case Placement::RIGHT_TOP: in GetArrowBuildPlacement()
1841 case Placement::RIGHT_TOP: in BuildLeftLinePath()
[all …]
H A Dbubble_paint_method.cpp301 case Placement::RIGHT_TOP: in UpdateArrowOffset()
700 case Placement::RIGHT_TOP: in BuildLeftDoubleBorderPath()
725 case Placement::RIGHT_TOP: in BuildLeftLinePath()
773 case Placement::RIGHT_TOP: in GetArrowOffset()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-autoFillPopupConfig-sys.md61 | RIGHT_TOP | 10 |气泡弹窗位于组件右侧,与组件上侧边缘对齐。 |
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dauto_fill_type.h62 RIGHT_TOP, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/
H A Dauto_fill_manager_util_test.cpp182 EXPECT_EQ(static_cast<int32_t>(popup->ConvertPopupPlacement(PopupPlacement::RIGHT_TOP)),
183 static_cast<int32_t>(AbilityRuntime::AutoFill::PopupPlacement::RIGHT_TOP));
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common_inner.h68 RIGHT_TOP = RIGHT | TOP, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_gradient_blur_para.h34 RIGHT_TOP, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_gradient_blur_para.h33 RIGHT_TOP, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drosen_render_badge.cpp70 if (badgePosition == BadgePosition::RIGHT_TOP) { in DrawCircleBadge()
118 if (badgePosition == BadgePosition::RIGHT_TOP) { in DrawCircleBadge()
295 if (badgePosition == BadgePosition::RIGHT_TOP) { in SetBoundaryForNumericalBadge()
H A Dbadge_theme.h170 BadgePosition badgePosition_ = BadgePosition::RIGHT_TOP;
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dpopup_ui_extension_config.h34 RIGHT_TOP, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h38 RIGHT_TOP, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp133 case Placement::RIGHT_TOP: in UpdateArrowOffset()
254 case Placement::RIGHT_TOP: in UpdateCustomChildPosition()
300 case Placement::RIGHT_TOP: in UpdateTouchRegion()
496 case Placement::RIGHT_TOP: in GetPositionWithPlacement()
874 case Placement::RIGHT_TOP: in BuildLeftLinePath()
903 case Placement::RIGHT_TOP: in BuildLeftLinePath()
997 case Placement::RIGHT_TOP: in GetArrowOffset()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_filter_impl.h40 RIGHT_TOP, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_property.h93 case BadgePosition::RIGHT_TOP: in GetBadgePositionString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp166 } else if (direction == static_cast<uint8_t>(GEGradientDirection::RIGHT_TOP) || in TransformGradientBlurDirection()
186 direction == static_cast<uint8_t>(GEGradientDirection::RIGHT_TOP)) { in TransformGradientBlurDirection()
242 case GEGradientDirection::RIGHT_TOP: { in ProcessGradientDirectionPoints()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbadge_composed_element.cpp78 case BadgePosition::RIGHT_TOP: in GetBadgePosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp37 const Offset RIGHT_TOP = Offset(360.f, 150.f); variable
653 MouseSelect(RIGHT_TOP, LEFT_BOTTOM);
674 MouseSelect(LEFT_BOTTOM, RIGHT_TOP);
1117 const Offset RIGHT_TOP = Offset(360.f, 0.f); variable
1139 MouseSelect(RIGHT_TOP, LEFT_BOTTOM);
1147 MouseSelect(LEFT_BOTTOM, RIGHT_TOP);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp336 … Placement::RIGHT_BOTTOM, Placement::RIGHT_TOP, Placement::TOP_RIGHT, Placement::BOTTOM_RIGHT };
933 menuLayoutAlgorithm->placement_ = Placement::RIGHT_TOP;
984 menuLayoutAlgorithm->placement_ = Placement::RIGHT_TOP;
1633 Placement::LEFT_BOTTOM, Placement::RIGHT, Placement::RIGHT_TOP, Placement::RIGHT_BOTTOM };
1637 Placement::RIGHT_TOP };
1697 Placement::LEFT_BOTTOM, Placement::RIGHT, Placement::RIGHT_TOP, Placement::RIGHT_BOTTOM };
1702 std::unordered_set<Placement> positionCondition4 = { Placement::RIGHT, Placement::RIGHT_TOP,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h27 BadgePosition badgePosition { BadgePosition::RIGHT_TOP };

123