/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
H A D | gestures_test.cpp | 1578 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 D | rs_shadow_test.cpp | 185 * @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 D | abstract_display_test.cpp | 141 * @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 D | rs_shadow.h | 60 float GetOffsetY() const;
|
/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_info.cpp | 161 Rect displayRect = { displayInfo->GetOffsetX(), displayInfo->GetOffsetY(), in GetAllDisplayRects() 173 rect = { displayInfo->GetOffsetX(), displayInfo->GetOffsetY(), in GetDisplayRect()
|
H A D | display_zoom_controller.cpp | 203 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 D | clip_component.h | 66 const Dimension& GetOffsetY() const in GetOffsetY() function in OHOS::Ace::ClipComponent
|
H A D | render_clip.cpp | 38 offsetY_ = NormalizeToPx(clip->GetOffsetY()); in Update()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_shadow.cpp | 86 float RSShadow::GetOffsetY() const in GetOffsetY() function in OHOS::Rosen::RSShadow
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_cutout_controller.h | 37 uint32_t GetOffsetY();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_pattern.cpp | 77 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 D | base_gesture_event.h | 94 double GetOffsetY() const in GetOffsetY() function in OHOS::Ace::PanGestureEvent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.h | 142 Dimension GetOffsetY(const RefPtr<LayoutWrapper>& layoutWrapper);
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_display.h | 45 int32_t GetOffsetY() const;
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_cutout_controller_test.cpp | 365 * @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 D | screen_property_test.cpp | 166 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 D | js_gesture_function.cpp | 42 gestureInfoObj->SetProperty<double>("offsetY", PipelineBase::Px2VpWithCurrentDensity(info.GetOffsetY())); in CreateGestureEvent()
|
H A D | js_gesture_judge_function.cpp | 131 "offsetY", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetOffsetY())); in SetUniqueAttributes()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 121 int32_t GetOffsetY() const;
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 289 << display->GetOffsetX() << ", " << display->GetOffsetY() << ", " in DumpSpecifiedDisplayInfo() 375 << std::left << std::setw(W_DISPLAY_OFFSET_Y) << display->GetOffsetY() in GetDisplayInfo()
|
H A D | abstract_display.cpp | 121 int32_t AbstractDisplay::GetOffsetY() const
in GetOffsetY() function in OHOS::Rosen::AbstractDisplay
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_event.h | 58 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 D | rsshadow_fuzzer.cpp | 223 rsShadow->GetOffsetY();
in DoNoParameter()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_pattern.cpp | 199 auto offsetY = static_cast<float>(info.GetOffsetY()); in InitPanEvent()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 371 int32_t ScreenProperty::GetOffsetY() const in GetOffsetY() function in OHOS::Rosen::ScreenProperty
|