Home
last modified time | relevance | path

Searched refs:GetShadowOffset (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.h48 int32_t GetShadowOffset(ShadowOffsetData& shadowOffsetData) override;
H A Dinteraction_impl.cpp117 int32_t InteractionImpl::GetShadowOffset(ShadowOffsetData& shadowOffsetData) in GetShadowOffset() function in OHOS::Ace::InteractionImpl
119 return InteractionManager::GetInstance()->GetShadowOffset( in GetShadowOffset()
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_interface.h49 virtual int32_t GetShadowOffset(ShadowOffsetData& shadowOffsetData) = 0;
/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.h47 int32_t GetShadowOffset(ShadowOffsetData& shadowOffsetData) override;
H A Dinteraction_impl.cpp73 int32_t InteractionImpl::GetShadowOffset(ShadowOffsetData& shadowOffsetData) in GetShadowOffset() function in OHOS::Ace::InteractionImpl
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_interaction_interface.h47 MOCK_METHOD(int32_t, GetShadowOffset, (ShadowOffsetData& shadowOffsetData), (override));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.h60 float GetShadowOffset(const std::list<RefPtr<SpanItem>>& group) override;
H A Drich_editor_layout_algorithm.cpp203 float RichEditorLayoutAlgorithm::GetShadowOffset(const std::list<RefPtr<SpanItem>>& group) in GetShadowOffset() function in OHOS::Ace::NG::RichEditorLayoutAlgorithm
/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h50 int32_t GetShadowOffset(ITunnelClient &tunnel, ShadowOffset &shadowOffset);
/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h69 int32_t GetShadowOffset(ShadowOffset &shadowOffset);
/foundation/multimodalinput/input/intention/drag/server/include/
H A Ddrag_server.h53 int32_t GetShadowOffset(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp330 int32_t IntentionManager::GetShadowOffset(ShadowOffset &shadowOffset) in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::IntentionManager
333 return drag_.GetShadowOffset(*tunnel_, shadowOffset); in GetShadowOffset()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp158 return GetShadowOffset(context, data, reply); in GetParam()
336 int32_t DragServer::GetShadowOffset(CallingContext &context, MessageParcel &data, MessageParcel &reply) in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DragServer
342 FI_HILOGE("IDragManager::GetShadowOffset fail, error:%{public}d", ret); in GetShadowOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.h112 virtual float GetShadowOffset(const std::list<RefPtr<SpanItem>>& group) in GetShadowOffset() function in OHOS::Ace::NG::MultipleParagraphLayoutAlgorithm
H A Dmultiple_paragraph_layout_algorithm.cpp552 shadowOffset_ += GetShadowOffset(group); in UpdateParagraphBySpan()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_coverage.cpp1544 *(AceType::DynamicCast<MockInteractionInterface>(MockInteractionInterface::GetInstance())), GetShadowOffset(_)) in HWTEST_F()
1555 *(AceType::DynamicCast<MockInteractionInterface>(MockInteractionInterface::GetInstance())), GetShadowOffset(_)) in HWTEST_F()
1606 *(AceType::DynamicCast<MockInteractionInterface>(MockInteractionInterface::GetInstance())), GetShadowOffset(_)) in HWTEST_F()
1611 *(AceType::DynamicCast<MockInteractionInterface>(MockInteractionInterface::GetInstance())), GetShadowOffset(_)) in HWTEST_F()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp255 int32_t DragClient::GetShadowOffset(ITunnelClient &tunnel, ShadowOffset &shadowOffset) in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DragClient
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp918 ret = InteractionInterface::GetInstance()->GetShadowOffset(shadowOffsetData); in RequestDragSummaryInfoAndPrivilege()
923 TAG_LOGD(AceLogTag::ACE_DRAG, "Interaction GetShadowOffset in DragEnd with code:%{public}d", ret); in RequestDragSummaryInfoAndPrivilege()
1098 int ret = InteractionInterface::GetInstance()->GetShadowOffset(shadowOffsetData); in GetDragWindowRect()

Completed in 15 milliseconds