Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dplacement.h33 RIGHT_BOTTOM, member in OHOS::Ace::Placement
76 case Placement::RIGHT_BOTTOM: in ConvertPlacementToString()
77 placementStr = "Placement.RIGHT_BOTTOM"; in ConvertPlacementToString()
H A Ddecoration.h61 RIGHT_BOTTOM, member in OHOS::Ace::GradientDirection
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dauto_fill_type.h63 RIGHT_BOTTOM, member in OHOS::AbilityBase::PopupPlacement
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common_inner.h69 RIGHT_BOTTOM = RIGHT | BOTTOM, member in OHOS::Rosen::AreaType
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_gradient_blur_para.h35 RIGHT_BOTTOM, member in OHOS::Rosen::GEGradientDirection
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager_util.cpp132 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 Dpopup_ui_extension_config.h35 RIGHT_BOTTOM, member in OHOS::Ace::PopupPlacement
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_gradient_blur_para.h34 RIGHT_BOTTOM, member in OHOS::Rosen::GradientDirection
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/
H A Dauto_fill_manager_util_test.cpp185 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 Dauto_fill_custom_config.h39 RIGHT_BOTTOM, member in OHOS::AbilityRuntime::AutoFill::PopupPlacement
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp244 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 Dbubble_paint_method.cpp321 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 Dmenu_layout_algorithm.cpp50 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 Dmenu_paint_property.h88 { Placement::RIGHT_BOTTOM, "Placement.RightBottom" }, in ConvertPlacementToString()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_filter_impl.h41 RIGHT_BOTTOM, member in OHOS::Rosen::Drawing::GradientDir
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp167 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 Dsession_helper.h143 type = AreaType::RIGHT_BOTTOM; in GetAreaType()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp139 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 Dmenu_paint_test_ng.cpp499 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 Dmenu_layoutFst_test_ng.cpp336 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 Dlist_common_test_ng.cpp38 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 Dmove_drag_controller.h225 {AreaType::RIGHT_BOTTOM, Gravity::TOP_LEFT},
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp31 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 Djs_auto_fill_manager.cpp210 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 Dgradient_property.h46 RIGHT_BOTTOM, member in OHOS::Ace::NG::GradientDirection

Completed in 26 milliseconds

12