/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | placement.h | 31 LEFT_BOTTOM, member in OHOS::Ace::Placement 70 case Placement::LEFT_BOTTOM: in ConvertPlacementToString() 71 placementStr = "Placement.LEFT_BOTTOM"; in ConvertPlacementToString()
|
H A D | decoration.h | 59 LEFT_BOTTOM, member in OHOS::Ace::GradientDirection
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | auto_fill_type.h | 61 LEFT_BOTTOM, member in OHOS::AbilityBase::PopupPlacement
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common_inner.h | 70 LEFT_BOTTOM = LEFT | BOTTOM, member in OHOS::Rosen::AreaType
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_gradient_blur_para.h | 33 LEFT_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 | 126 case AutoFill::PopupPlacement::LEFT_BOTTOM: in ConvertPopupPlacement() 127 popupPlacement = Ace::PopupPlacement::LEFT_BOTTOM; in ConvertPopupPlacement()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 33 LEFT_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 | 32 LEFT_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 | 179 EXPECT_EQ(static_cast<int32_t>(popup->ConvertPopupPlacement(PopupPlacement::LEFT_BOTTOM)), in HWTEST_F() 180 static_cast<int32_t>(AbilityRuntime::AutoFill::PopupPlacement::LEFT_BOTTOM)); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 37 LEFT_BOTTOM, member in OHOS::AbilityRuntime::AutoFill::PopupPlacement
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 241 placementFuncMap_[Placement::LEFT_BOTTOM] = &BubbleLayoutAlgorithm::GetPositionWithPlacementLeftBottom; in BubbleLayoutAlgorithm() 246 setHorizontal_ = { Placement::LEFT, Placement::LEFT_BOTTOM, Placement::LEFT_TOP, Placement::RIGHT, in BubbleLayoutAlgorithm() 315 std::unordered_set<Placement> setHorizontal = { Placement::LEFT, Placement::LEFT_BOTTOM, Placement::LEFT_TOP, in Measure() 736 Placement::LEFT_BOTTOM, in GetChildPositionNew() 760 Placement::LEFT_BOTTOM, in GetChildPositionNew() 779 { Placement::LEFT_BOTTOM, in GetChildPositionNew() 781 Placement::LEFT_BOTTOM, in GetChildPositionNew() 806 Placement::LEFT_BOTTOM, in GetChildPositionNew() 947 case Placement::LEFT_BOTTOM: in AdjustPosition() 1080 case Placement::LEFT_BOTTOM in AddTargetSpace() [all...] |
H A D | bubble_paint_method.cpp | 320 case Placement::LEFT_BOTTOM: in UpdateArrowOffset() 581 case Placement::LEFT_BOTTOM: in BuildRightLinePath() 615 case Placement::LEFT_BOTTOM: in BuildRightDoubleBorderPath() 783 case Placement::LEFT_BOTTOM: in GetArrowOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 52 Placement::LEFT_BOTTOM, 68 Placement::LEFT_BOTTOM, 79 Placement::LEFT_BOTTOM, 92 Placement::LEFT_BOTTOM, 108 Placement::LEFT_BOTTOM, 119 Placement::LEFT_BOTTOM, 126 Placement::LEFT_BOTTOM, 139 Placement::LEFT_BOTTOM, 151 { Placement::LEFT_BOTTOM, 153 Placement::LEFT_BOTTOM, [all...] |
H A D | menu_paint_property.h | 86 { Placement::LEFT_BOTTOM, "Placement.LeftBottom" }, in ConvertPlacementToString()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | image_filter_impl.h | 39 LEFT_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 | 164 if (direction == static_cast<uint8_t>(GEGradientDirection::LEFT_BOTTOM)) { in TransformGradientBlurDirection() 185 } else if (direction == static_cast<uint8_t>(GEGradientDirection::LEFT_BOTTOM) || in TransformGradientBlurDirection() 237 case GEGradientDirection::LEFT_BOTTOM: {
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_helper.h | 145 type = AreaType::LEFT_BOTTOM; in GetAreaType()
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 138 case Placement::LEFT_BOTTOM: in UpdateArrowOffset() 247 case Placement::LEFT_BOTTOM: in UpdateCustomChildPosition() 292 case Placement::LEFT_BOTTOM: in UpdateTouchRegion() 485 case Placement::LEFT_BOTTOM: in GetPositionWithPlacement() 751 case Placement::LEFT_BOTTOM: in BuildRightLinePath() 781 case Placement::LEFT_BOTTOM: in BuildRightLinePath() 993 case Placement::LEFT_BOTTOM: in GetArrowOffset()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_common_test_ng.cpp | 36 const Offset LEFT_BOTTOM = Offset(120.f, 250.f); member 681 * @tc.cases: Select from the item(index:6 RIGHT_TOP) to the item(index:1 LEFT_BOTTOM). in HWTEST_F() 689 MouseSelect(RIGHT_TOP, LEFT_BOTTOM); in HWTEST_F() 702 * @tc.cases: Select from the item(index:4 LEFT_BOTTOM) to the item(index:3 RIGHT_TOP). in HWTEST_F() 709 MouseSelect(LEFT_BOTTOM, RIGHT_TOP); in HWTEST_F() 1145 const Offset LEFT_BOTTOM = Offset(0.f, 150.f); in HWTEST_F() local 1166 * @tc.steps: step2. Select from RIGHT_TOP to LEFT_BOTTOM in HWTEST_F() 1168 MouseSelect(RIGHT_TOP, LEFT_BOTTOM); in HWTEST_F() 1174 * @tc.steps: step3. Select from LEFT_BOTTOM to RIGHT_TOP in HWTEST_F() 1176 MouseSelect(LEFT_BOTTOM, RIGHT_TO in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 226 {AreaType::LEFT_BOTTOM, Gravity::TOP_RIGHT}
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 29 const Offset LEFT_BOTTOM = Offset(ITEM_WIDTH * 0.5, ITEM_HEIGHT * 1.5); // (60, 300) member 248 * @tc.cases: Select from the item(index:4 RIGHT_TOP) to the item(index:1 LEFT_BOTTOM). in HWTEST_F() 256 MouseSelect(RIGHT_TOP, LEFT_BOTTOM); in HWTEST_F() 271 * @tc.cases: Select from the item(index:3 LEFT_BOTTOM) to the item(index:1 RIGHT_TOP). in HWTEST_F() 282 MouseSelect(LEFT_BOTTOM, RIGHT_TOP); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutFst_test_ng.cpp | 335 Placement::TOP_LEFT, Placement::BOTTOM_LEFT, Placement::LEFT_BOTTOM, Placement::LEFT_TOP, 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() 1702 std::unordered_set<Placement> positionCondition3 = { Placement::LEFT, Placement::LEFT_TOP, Placement::LEFT_BOTTOM }; in HWTEST_F()
|
H A D | menu_paint_test_ng.cpp | 319 Placement placement = Placement::LEFT_BOTTOM; in HWTEST_F() 647 layoutAlgorithm->arrowPlacement_ = Placement::LEFT_BOTTOM; in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/ |
H A D | js_auto_fill_manager.cpp | 208 napi_set_named_property(env, objValue, "LEFT_BOTTOM", CreateJsValue(env, AbilityBase::PopupPlacement::LEFT_BOTTOM)); in CreateJsPopupPlacement()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | gradient_property.h | 44 LEFT_BOTTOM, member in OHOS::Ace::NG::GradientDirection
|