/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
H A D | gestures_test.cpp | 1577 ASSERT_NE(onPan.GetPanInfo().GetOffsetX(), point.x); in HWTEST_F() 1584 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), MIN_PAN_DISTANCE * 4); in HWTEST_F() 1590 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), 200 + MIN_PAN_DISTANCE * 4); in HWTEST_F() 1600 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), 200 + MIN_PAN_DISTANCE * 4); in HWTEST_F() 1660 ASSERT_NE(onPan.GetPanInfo().GetOffsetX(), point.x); in HWTEST_F() 1667 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), MIN_PAN_DISTANCE * 4); in HWTEST_F() 1673 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), MIN_PAN_DISTANCE * 4); in HWTEST_F() 1683 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), MIN_PAN_DISTANCE * 4); in HWTEST_F() 1743 ASSERT_NE(onPan.GetPanInfo().GetOffsetX(), point.x); in HWTEST_F() 1750 ASSERT_EQ(onPan.GetPanInfo().GetOffsetX(), in HWTEST_F() [all...] |
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 130 * @tc.name: GetOffsetX 131 * @tc.desc: GetOffsetX test 134 HWTEST_F(AbstractDisplayTest, GetOffsetX, Function | SmallTest | Level3) in HWTEST_F() 138 ASSERT_EQ(1, absDisplay->GetOffsetX()); in HWTEST_F() 142 * @tc.desc: GetOffsetX test
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_shadow.h | 59 float GetOffsetX() 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 | 200 int32_t deltaXMax = displayInfo->GetOffsetX() - zoomRect.posX_; in UpdateZoomTranslateInfo() 201 int32_t deltaXMin = displayInfo->GetOffsetX() + displayInfo->GetWidth() - zoomRect.posX_ in UpdateZoomTranslateInfo()
|
H A D | input_window_monitor.cpp | 106 int32_t offsetX = displayInfo->GetOffsetX(); in UpdateDisplayInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | clip_component.h | 56 const Dimension& GetOffsetX() const in GetOffsetX() function in OHOS::Ace::ClipComponent
|
H A D | render_clip.cpp | 37 offsetX_ = NormalizeToPx(clip->GetOffsetX()); in Update()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_shadow.cpp | 81 float RSShadow::GetOffsetX() const in GetOffsetX() function in OHOS::Rosen::RSShadow
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_pattern.cpp | 76 auto xOffset = static_cast<float>(info.GetOffsetX()); in HandlePanStart() 110 auto xOffset = static_cast<float>(info.GetOffsetX()); in HandlePanStartBeforeAPI10() 242 auto xOffset = static_cast<float>(info.GetOffsetX()); in HandlePanUpdate() 291 auto xOffset = info.GetOffsetX(); in HandlePanUpdateBeforeAPI10()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | base_gesture_event.h | 84 double GetOffsetX() const in GetOffsetX() function in OHOS::Ace::PanGestureEvent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.h | 141 Dimension GetOffsetX(const RefPtr<LayoutWrapper>& layoutWrapper);
|
H A D | toast_pattern.cpp | 125 OffsetT<Dimension> offset { GetOffsetX(dirty), GetOffsetY(dirty) }; in OnDirtyLayoutWrapperSwap() 162 Dimension ToastPattern::GetOffsetX(const RefPtr<LayoutWrapper>& layoutWrapper) in GetOffsetX() function in OHOS::Ace::NG::ToastPattern
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_display.h | 44 int32_t GetOffsetX() const;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_gesture_function.cpp | 41 gestureInfoObj->SetProperty<double>("offsetX", PipelineBase::Px2VpWithCurrentDensity(info.GetOffsetX())); in CreateGestureEvent()
|
H A D | js_gesture_judge_function.cpp | 129 "offsetX", PipelineBase::Px2VpWithCurrentDensity(panGestureEvent->GetOffsetX())); in SetUniqueAttributes()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_shadow_test.cpp | 174 * @tc.desc: Verify function GetOffsetX 180 EXPECT_NE(rsShadow->GetOffsetX(), 1.0f); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 118 int32_t GetOffsetX() const;
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 289 << display->GetOffsetX() << ", " << display->GetOffsetY() << ", " in DumpSpecifiedDisplayInfo() 374 << std::left << std::setw(W_DISPLAY_OFFSET_X) << display->GetOffsetX() in GetDisplayInfo()
|
H A D | abstract_display.cpp | 116 int32_t AbstractDisplay::GetOffsetX() const
in GetOffsetX() function in OHOS::Rosen::AbstractDisplay
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 149 int32_t ret = property->GetOffsetX(); in HWTEST_F() 184 int32_t ret_x = property->GetOffsetX(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_event.h | 48 double GetOffsetX() const in GetOffsetX() 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 | 222 rsShadow->GetOffsetX();
in DoNoParameter()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_pattern.cpp | 198 auto offsetX = static_cast<float>(info.GetOffsetX()); in InitPanEvent()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 361 int32_t ScreenProperty::GetOffsetX() const in GetOffsetX() function in OHOS::Rosen::ScreenProperty
|