/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | placement.h | 30 LEFT_TOP, member in OHOS::Ace::Placement 67 case Placement::LEFT_TOP: in ConvertPlacementToString() 68 placementStr = "Placement.LEFT_TOP"; in ConvertPlacementToString()
|
H A D | decoration.h | 58 LEFT_TOP, member in OHOS::Ace::GradientDirection
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | auto_fill_type.h | 60 LEFT_TOP, member in OHOS::AbilityBase::PopupPlacement
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common_inner.h | 67 LEFT_TOP = LEFT | TOP, member in OHOS::Rosen::AreaType
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_gradient_blur_para.h | 32 LEFT_TOP, member in OHOS::Rosen::GEGradientDirection
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 123 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 D | popup_ui_extension_config.h | 32 LEFT_TOP,
member in OHOS::Ace::PopupPlacement
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_gradient_blur_para.h | 31 LEFT_TOP, 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 | 176 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 D | auto_fill_custom_config.h | 36 LEFT_TOP, member in OHOS::AbilityRuntime::AutoFill::PopupPlacement
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 240 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 D | bubble_paint_method.cpp | 314 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 D | menu_layout_algorithm.cpp | 51 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 D | menu_paint_property.h | 85 { Placement::LEFT_TOP, "Placement.LeftTop" }, in ConvertPlacementToString()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | image_filter_impl.h | 38 LEFT_TOP, member in OHOS::Rosen::Drawing::GradientDir
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_helper.h | 139 type = AreaType::LEFT_TOP; in GetAreaType()
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 132 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 D | menu_layoutFst_test_ng.cpp | 335 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 D | menu_origin_test_ng.cpp | 2114 * @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 D | menu_paint_test_ng.cpp | 301 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 D | list_common_test_ng.cpp | 35 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 D | move_drag_controller.h | 223 {AreaType::LEFT_TOP, Gravity::BOTTOM_RIGHT},
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 28 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 D | js_auto_fill_manager.cpp | 207 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 D | gradient_property.h | 43 LEFT_TOP, member in OHOS::Ace::NG::GradientDirection
|