Home
last modified time | relevance | path

Searched refs:LEFT_BOTTOM (Results 1 - 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dplacement.h31 LEFT_BOTTOM, member in OHOS::Ace::Placement
70 case Placement::LEFT_BOTTOM: in ConvertPlacementToString()
71 placementStr = "Placement.LEFT_BOTTOM"; in ConvertPlacementToString()
H A Ddecoration.h59 LEFT_BOTTOM, member in OHOS::Ace::GradientDirection
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dauto_fill_type.h61 LEFT_BOTTOM, member in OHOS::AbilityBase::PopupPlacement
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common_inner.h70 LEFT_BOTTOM = LEFT | BOTTOM, member in OHOS::Rosen::AreaType
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_gradient_blur_para.h33 LEFT_BOTTOM, member in OHOS::Rosen::GEGradientDirection
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager_util.cpp126 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 Dpopup_ui_extension_config.h33 LEFT_BOTTOM, member in OHOS::Ace::PopupPlacement
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_gradient_blur_para.h32 LEFT_BOTTOM, member in OHOS::Rosen::GradientDirection
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/
H A Dauto_fill_manager_util_test.cpp179 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 Dauto_fill_custom_config.h37 LEFT_BOTTOM, member in OHOS::AbilityRuntime::AutoFill::PopupPlacement
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp241 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 Dbubble_paint_method.cpp320 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 Dmenu_layout_algorithm.cpp52 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 Dmenu_paint_property.h86 { Placement::LEFT_BOTTOM, "Placement.LeftBottom" }, in ConvertPlacementToString()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_filter_impl.h39 LEFT_BOTTOM, member in OHOS::Rosen::Drawing::GradientDir
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp164 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 Dsession_helper.h145 type = AreaType::LEFT_BOTTOM; in GetAreaType()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp138 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 Dlist_common_test_ng.cpp36 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 Dmove_drag_controller.h226 {AreaType::LEFT_BOTTOM, Gravity::TOP_RIGHT}
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp29 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 Dmenu_layoutFst_test_ng.cpp335 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 Dmenu_paint_test_ng.cpp319 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 Djs_auto_fill_manager.cpp208 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 Dgradient_property.h44 LEFT_BOTTOM, member in OHOS::Ace::NG::GradientDirection

Completed in 25 milliseconds

12