/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | placement.h | 33 RIGHT_BOTTOM, member in OHOS::Ace::Placement 76 case Placement::RIGHT_BOTTOM: in ConvertPlacementToString() 77 placementStr = "Placement.RIGHT_BOTTOM"; in ConvertPlacementToString()
|
H A D | decoration.h | 61 RIGHT_BOTTOM, member in OHOS::Ace::GradientDirection
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | auto_fill_type.h | 63 RIGHT_BOTTOM, member in OHOS::AbilityBase::PopupPlacement
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common_inner.h | 69 RIGHT_BOTTOM = RIGHT | BOTTOM, member in OHOS::Rosen::AreaType
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_gradient_blur_para.h | 35 RIGHT_BOTTOM, member in OHOS::Rosen::GEGradientDirection
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 132 case AutoFill::PopupPlacement::RIGHT_BOTTOM: in ConvertPopupPlacement() 133 popupPlacement = Ace::PopupPlacement::RIGHT_BOTTOM; in ConvertPopupPlacement()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 35 RIGHT_BOTTOM,
member in OHOS::Ace::PopupPlacement
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_gradient_blur_para.h | 34 RIGHT_BOTTOM, member in OHOS::Rosen::GradientDirection
|
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/ |
H A D | auto_fill_manager_util_test.cpp | 185 EXPECT_EQ(static_cast<int32_t>(popup->ConvertPopupPlacement(PopupPlacement::RIGHT_BOTTOM)), in HWTEST_F() 186 static_cast<int32_t>(AbilityRuntime::AutoFill::PopupPlacement::RIGHT_BOTTOM)); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 39 RIGHT_BOTTOM, member in OHOS::AbilityRuntime::AutoFill::PopupPlacement
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 244 placementFuncMap_[Placement::RIGHT_BOTTOM] = &BubbleLayoutAlgorithm::GetPositionWithPlacementRightBottom; in BubbleLayoutAlgorithm() 247 Placement::RIGHT_BOTTOM, Placement::RIGHT_TOP }; in BubbleLayoutAlgorithm() 316 Placement::RIGHT, Placement::RIGHT_BOTTOM, Placement::RIGHT_TOP }; in Measure() 735 Placement::RIGHT_BOTTOM, in GetChildPositionNew() 759 Placement::RIGHT_BOTTOM, in GetChildPositionNew() 782 Placement::RIGHT_BOTTOM, in GetChildPositionNew() 803 { Placement::RIGHT_BOTTOM, in GetChildPositionNew() 805 Placement::RIGHT_BOTTOM, in GetChildPositionNew() 960 case Placement::RIGHT_BOTTOM: in AdjustPosition() 1074 case Placement::RIGHT_BOTTOM in AddTargetSpace() [all...] |
H A D | bubble_paint_method.cpp | 321 case Placement::RIGHT_BOTTOM: in UpdateArrowOffset() 715 case Placement::RIGHT_BOTTOM: in BuildLeftDoubleBorderPath() 740 case Placement::RIGHT_BOTTOM: in BuildLeftLinePath() 788 case Placement::RIGHT_BOTTOM: in GetArrowOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 50 Placement::RIGHT_BOTTOM, 65 Placement::RIGHT_BOTTOM, 77 Placement::RIGHT_BOTTOM, 90 Placement::RIGHT_BOTTOM, 105 Placement::RIGHT_BOTTOM, 117 Placement::RIGHT_BOTTOM, 128 Placement::RIGHT_BOTTOM, 142 Placement::RIGHT_BOTTOM, 155 Placement::RIGHT_BOTTOM, 166 Placement::RIGHT_BOTTOM, [all...] |
H A D | menu_paint_property.h | 88 { Placement::RIGHT_BOTTOM, "Placement.RightBottom" }, in ConvertPlacementToString()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | image_filter_impl.h | 41 RIGHT_BOTTOM, member in OHOS::Rosen::Drawing::GradientDir
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_linear_gradient_blur_shader_filter.cpp | 167 direction == static_cast<uint8_t>(GEGradientDirection::RIGHT_BOTTOM)) { in TransformGradientBlurDirection() 183 if (direction == static_cast<uint8_t>(GEGradientDirection::RIGHT_BOTTOM)) { in TransformGradientBlurDirection() 227 case GEGradientDirection::RIGHT_BOTTOM: {
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_helper.h | 143 type = AreaType::RIGHT_BOTTOM; in GetAreaType()
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 139 case Placement::RIGHT_BOTTOM: in UpdateArrowOffset() 255 case Placement::RIGHT_BOTTOM: in UpdateCustomChildPosition() 301 case Placement::RIGHT_BOTTOM: in UpdateTouchRegion() 502 case Placement::RIGHT_BOTTOM: in GetPositionWithPlacement() 875 case Placement::RIGHT_BOTTOM: in BuildLeftLinePath() 904 case Placement::RIGHT_BOTTOM: in BuildLeftLinePath() 998 case Placement::RIGHT_BOTTOM: in GetArrowOffset()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_paint_test_ng.cpp | 499 Placement placement = Placement::RIGHT_BOTTOM; in HWTEST_F() 551 layoutAlgorithm->arrowPlacement_ = Placement::RIGHT_BOTTOM; in HWTEST_F() 592 layoutAlgorithm->arrowPlacement_ = Placement::RIGHT_BOTTOM; in HWTEST_F() 657 layoutAlgorithm->arrowPlacement_ = Placement::RIGHT_BOTTOM; in HWTEST_F()
|
H A D | menu_layoutFst_test_ng.cpp | 336 Placement::RIGHT_BOTTOM, Placement::RIGHT_TOP, Placement::TOP_RIGHT, Placement::BOTTOM_RIGHT }; in HWTEST_F() 1634 Placement::LEFT_BOTTOM, Placement::RIGHT, Placement::RIGHT_TOP, Placement::RIGHT_BOTTOM }; in HWTEST_F() 1640 Placement::LEFT_BOTTOM, Placement::RIGHT_BOTTOM }; in HWTEST_F() 1698 Placement::LEFT_BOTTOM, Placement::RIGHT, Placement::RIGHT_TOP, Placement::RIGHT_BOTTOM }; in HWTEST_F() 1704 Placement::RIGHT_BOTTOM }; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_common_test_ng.cpp | 38 const Offset RIGHT_BOTTOM = Offset(360.f, 250.f); member 661 * @tc.cases: Select from the item(index:1 LEFT_TOP) to the item(index:2 RIGHT_BOTTOM). in HWTEST_F() 668 MouseSelect(LEFT_TOP, RIGHT_BOTTOM); in HWTEST_F() 724 * @tc.cases: Select from the item(index:5 RIGHT_BOTTOM) to the item(index:2 LEFT_TOP). in HWTEST_F() 731 MouseSelect(RIGHT_BOTTOM, LEFT_TOP); in HWTEST_F() 797 * @tc.cases: Select from the item(index:5 RIGHT_BOTTOM) to the item(index:2 LEFT_TOP). in HWTEST_F() 1147 const Offset RIGHT_BOTTOM = Offset(360.f, 150.f); in HWTEST_F() local 1158 * @tc.steps: step1. Select from LEFT_TOP to RIGHT_BOTTOM in HWTEST_F() 1160 MouseSelect(LEFT_TOP, RIGHT_BOTTOM); in HWTEST_F() 1182 * @tc.steps: step4. Select from RIGHT_BOTTOM t in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 225 {AreaType::RIGHT_BOTTOM, Gravity::TOP_LEFT},
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 31 const Offset RIGHT_BOTTOM = Offset(ITEM_WIDTH * 1.5, ITEM_HEIGHT * 1.5); // (180, 300) member 225 * @tc.cases: Select from the item(index:0 LEFT_TOP) to the item(index:5 RIGHT_BOTTOM). in HWTEST_F() 233 MouseSelect(LEFT_TOP, RIGHT_BOTTOM); in HWTEST_F() 297 * @tc.cases: Select from the item(index:1 RIGHT_BOTTOM) to the item(index:0 LEFT_TOP). in HWTEST_F() 314 MouseSelect(RIGHT_BOTTOM, LEFT_TOP); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/ |
H A D | js_auto_fill_manager.cpp | 210 napi_set_named_property(env, objValue, "RIGHT_BOTTOM", in CreateJsPopupPlacement() 211 CreateJsValue(env, AbilityBase::PopupPlacement::RIGHT_BOTTOM)); in CreateJsPopupPlacement()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | gradient_property.h | 46 RIGHT_BOTTOM, member in OHOS::Ace::NG::GradientDirection
|