Home
last modified time | relevance | path

Searched refs:GetOffsetY (Results 1 - 25 of 59) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp1578 ASSERT_NE(onPan.GetPanInfo().GetOffsetY(), point.y); in HWTEST_F()
1585 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), 0); in HWTEST_F()
1591 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), 0); in HWTEST_F()
1601 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), 0); in HWTEST_F()
1661 ASSERT_NE(onPan.GetPanInfo().GetOffsetY(), point.y); in HWTEST_F()
1668 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), 0); in HWTEST_F()
1674 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), 0); in HWTEST_F()
1684 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), 0); in HWTEST_F()
1744 ASSERT_NE(onPan.GetPanInfo().GetOffsetY(), point.y); in HWTEST_F()
1751 ASSERT_EQ(onPan.GetPanInfo().GetOffsetY(), MIN_PAN_DISTANC in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_shadow_test.cpp185 * @tc.desc: Verify function GetOffsetY
191 EXPECT_NE(rsShadow->GetOffsetY(), 1.0f); in HWTEST_F()
202 EXPECT_NE(rsShadow->GetOffsetY(), 1.0f); in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp141 * @tc.name: GetOffsetY
145 HWTEST_F(AbstractDisplayTest, GetOffsetY, Function | SmallTest | Level3) in HWTEST_F()
149 ASSERT_EQ(1, absDisplay->GetOffsetY()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h60 float GetOffsetY() const;
/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_info.cpp161 Rect displayRect = { displayInfo->GetOffsetX(), displayInfo->GetOffsetY(), in GetAllDisplayRects()
173 rect = { displayInfo->GetOffsetX(), displayInfo->GetOffsetY(), in GetDisplayRect()
H A Ddisplay_zoom_controller.cpp203 int32_t deltaYMax = displayInfo->GetOffsetY() - zoomRect.posY_; in UpdateZoomTranslateInfo()
204 int32_t deltaYMin = displayInfo->GetOffsetY() + displayInfo->GetHeight() - zoomRect.posY_ in UpdateZoomTranslateInfo()
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Dclip_component.h66 const Dimension& GetOffsetY() const in GetOffsetY() function in OHOS::Ace::ClipComponent
H A Drender_clip.cpp38 offsetY_ = NormalizeToPx(clip->GetOffsetY()); in Update()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_shadow.cpp86 float RSShadow::GetOffsetY() const in GetOffsetY() function in OHOS::Rosen::RSShadow
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_cutout_controller.h37 uint32_t GetOffsetY();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_pattern.cpp77 auto yOffset = static_cast<float>(info.GetOffsetY()); in HandlePanStart()
111 auto yOffset = static_cast<float>(info.GetOffsetY()); in HandlePanStartBeforeAPI10()
243 auto yOffset = static_cast<float>(info.GetOffsetY()); in HandlePanUpdate()
292 auto yOffset = info.GetOffsetY(); in HandlePanUpdateBeforeAPI10()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dbase_gesture_event.h94 double GetOffsetY() const in GetOffsetY() function in OHOS::Ace::PanGestureEvent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.h142 Dimension GetOffsetY(const RefPtr<LayoutWrapper>& layoutWrapper);
/foundation/window/window_manager/dmserver/include/
H A Dabstract_display.h45 int32_t GetOffsetY() const;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp365 * @tc.name: GetOffsetY
366 * @tc.desc: GetOffsetY func
369 HWTEST_F(ScreenCutoutControllerTest, GetOffsetY, Function | SmallTest | Level3) in HWTEST_F()
372 ASSERT_EQ(0, controller->GetOffsetY()); in HWTEST_F()
H A Dscreen_property_test.cpp166 int32_t ret = property->GetOffsetY(); in HWTEST_F()
185 int32_t ret_y = property->GetOffsetY(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_function.cpp42 gestureInfoObj->SetProperty<double>("offsetY", PipelineBase::Px2VpWithCurrentDensity(info.GetOffsetY())); in CreateGestureEvent()
H A Djs_gesture_judge_function.cpp131 "offsetY", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetOffsetY())); in SetUniqueAttributes()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h121 int32_t GetOffsetY() const;
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp289 << display->GetOffsetX() << ", " << display->GetOffsetY() << ", " in DumpSpecifiedDisplayInfo()
375 << std::left << std::setw(W_DISPLAY_OFFSET_Y) << display->GetOffsetY() in GetDisplayInfo()
H A Dabstract_display.cpp121 int32_t AbstractDisplay::GetOffsetY() const in GetOffsetY() function in OHOS::Rosen::AbstractDisplay
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h58 double GetOffsetY() const in GetOffsetY() function in OHOS::OHOS::Ace::GestureEvent
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsshadow_fuzzer/
H A Drsshadow_fuzzer.cpp223 rsShadow->GetOffsetY(); in DoNoParameter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_pattern.cpp199 auto offsetY = static_cast<float>(info.GetOffsetY()); in InitPanEvent()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp371 int32_t ScreenProperty::GetOffsetY() const in GetOffsetY() function in OHOS::Rosen::ScreenProperty

Completed in 15 milliseconds

123