Home
last modified time | relevance | path

Searched refs:LEFT_TOP (Results 1 - 25 of 39) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dplacement.h30 LEFT_TOP, member in OHOS::Ace::Placement
67 case Placement::LEFT_TOP: in ConvertPlacementToString()
68 placementStr = "Placement.LEFT_TOP"; in ConvertPlacementToString()
H A Ddecoration.h58 LEFT_TOP, member in OHOS::Ace::GradientDirection
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dauto_fill_type.h60 LEFT_TOP, member in OHOS::AbilityBase::PopupPlacement
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common_inner.h67 LEFT_TOP = LEFT | TOP, member in OHOS::Rosen::AreaType
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_gradient_blur_para.h32 LEFT_TOP, member in OHOS::Rosen::GEGradientDirection
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager_util.cpp123 case AutoFill::PopupPlacement::LEFT_TOP: in ConvertPopupPlacement()
124 popupPlacement = Ace::PopupPlacement::LEFT_TOP; in ConvertPopupPlacement()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dpopup_ui_extension_config.h32 LEFT_TOP, member in OHOS::Ace::PopupPlacement
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_gradient_blur_para.h31 LEFT_TOP, member in OHOS::Rosen::GradientDirection
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/
H A Dauto_fill_manager_util_test.cpp176 EXPECT_EQ(static_cast<int32_t>(popup->ConvertPopupPlacement(PopupPlacement::LEFT_TOP)), in HWTEST_F()
177 static_cast<int32_t>(AbilityRuntime::AutoFill::PopupPlacement::LEFT_TOP)); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h36 LEFT_TOP, member in OHOS::AbilityRuntime::AutoFill::PopupPlacement
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp240 placementFuncMap_[Placement::LEFT_TOP] = &BubbleLayoutAlgorithm::GetPositionWithPlacementLeftTop; 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()
720 Placement::LEFT_TOP, in GetChildPositionNew()
744 Placement::LEFT_TOP, in GetChildPositionNew()
763 { Placement::LEFT_TOP, in GetChildPositionNew()
765 Placement::LEFT_TOP, in GetChildPositionNew()
790 Placement::LEFT_TOP, in GetChildPositionNew()
946 case Placement::LEFT_TOP: in AdjustPosition()
1079 case Placement::LEFT_TOP in AddTargetSpace()
[all...]
H A Dbubble_paint_method.cpp314 case Placement::LEFT_TOP: in UpdateArrowOffset()
580 case Placement::LEFT_TOP: in BuildRightLinePath()
614 case Placement::LEFT_TOP: in BuildRightDoubleBorderPath()
782 case Placement::LEFT_TOP: in GetArrowOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp51 Placement::LEFT_TOP,
67 Placement::LEFT_TOP,
80 Placement::LEFT_TOP,
91 Placement::LEFT_TOP,
107 Placement::LEFT_TOP,
120 Placement::LEFT_TOP,
123 { Placement::LEFT_TOP,
125 Placement::LEFT_TOP,
138 Placement::LEFT_TOP,
154 Placement::LEFT_TOP,
[all...]
H A Dmenu_paint_property.h85 { Placement::LEFT_TOP, "Placement.LeftTop" }, in ConvertPlacementToString()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_filter_impl.h38 LEFT_TOP, member in OHOS::Rosen::Drawing::GradientDir
/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h139 type = AreaType::LEFT_TOP; in GetAreaType()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp132 case Placement::LEFT_TOP: in UpdateArrowOffset()
246 case Placement::LEFT_TOP: in UpdateCustomChildPosition()
291 case Placement::LEFT_TOP: in UpdateTouchRegion()
480 case Placement::LEFT_TOP: in GetPositionWithPlacement()
750 case Placement::LEFT_TOP: in BuildRightLinePath()
780 case Placement::LEFT_TOP: in BuildRightLinePath()
992 case Placement::LEFT_TOP: in GetArrowOffset()
/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()
938 * @tc.steps: step4. create menuLayoutAlgorithm, placement is LEFT_TOP in HWTEST_F()
941 menuLayoutAlgorithm->placement_ = Placement::LEFT_TOP; in HWTEST_F()
989 * @tc.steps: step4. create menuLayoutAlgorithm, placement is LEFT_TOP in HWTEST_F()
992 menuLayoutAlgorithm->placement_ = Placement::LEFT_TOP; in HWTEST_F()
1493 * @tc.steps: step4. the placement of menuLayoutAlgorithm is Placement::LEFT_TOP and menu position is normal in HWTEST_F()
1497 menuLayoutAlgorithm->placement_ = Placement::LEFT_TOP; in HWTEST_F()
1633 Placement::BOTTOM, Placement::BOTTOM_LEFT, Placement::BOTTOM_RIGHT, Placement::LEFT, Placement::LEFT_TOP, in HWTEST_F()
1637 std::unordered_set<Placement> offsetCondition2 = { Placement::TOP_LEFT, Placement::BOTTOM_LEFT, Placement::LEFT_TOP, in HWTEST_F()
1697 Placement::BOTTOM, Placement::BOTTOM_LEFT, Placement::BOTTOM_RIGHT, Placement::LEFT, Placement::LEFT_TOP, in HWTEST_F()
[all...]
H A Dmenu_origin_test_ng.cpp2114 * @tc.steps: step2. the window can accommodate preview, placement is LEFT_TOP, layout preview and menu in HWTEST_F()
2121 layoutProperty->UpdateMenuPlacement(Placement::LEFT_TOP); in HWTEST_F()
2122 menuAlgorithm->placement_ = Placement::LEFT_TOP; in HWTEST_F()
2189 layoutProp->UpdateMenuPlacement(Placement::LEFT_TOP); in HWTEST_F()
2190 menuAlgorithm->placement_ = Placement::LEFT_TOP; in HWTEST_F()
2261 layoutProp->UpdateMenuPlacement(Placement::LEFT_TOP); in HWTEST_F()
2262 menuAlgorithm->placement_ = Placement::LEFT_TOP; in HWTEST_F()
H A Dmenu_paint_test_ng.cpp301 Placement placement = Placement::LEFT_TOP; in HWTEST_F()
642 layoutAlgorithm->arrowPlacement_ = Placement::LEFT_TOP; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp35 const Offset LEFT_TOP = Offset(120.f, 150.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()
1144 const Offset LEFT_TOP = Offset(0.f, 0.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 to LEFT_TOP in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h223 {AreaType::LEFT_TOP, Gravity::BOTTOM_RIGHT},
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp28 const Offset LEFT_TOP = Offset(ITEM_WIDTH * 0.5, ITEM_HEIGHT * 0.5); // (60, 100) 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.cpp207 napi_set_named_property(env, objValue, "LEFT_TOP", CreateJsValue(env, AbilityBase::PopupPlacement::LEFT_TOP)); in CreateJsPopupPlacement()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h43 LEFT_TOP, member in OHOS::Ace::NG::GradientDirection

Completed in 34 milliseconds

12