/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.h | 48 int32_t GetShadowOffset(ShadowOffsetData& shadowOffsetData) override;
|
H A D | interaction_impl.cpp | 117 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 D | interaction_interface.h | 49 virtual int32_t GetShadowOffset(ShadowOffsetData& shadowOffsetData) = 0;
|
/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/ |
H A D | interaction_impl.h | 47 int32_t GetShadowOffset(ShadowOffsetData& shadowOffsetData) override;
|
H A D | interaction_impl.cpp | 73 int32_t InteractionImpl::GetShadowOffset(ShadowOffsetData& shadowOffsetData) in GetShadowOffset() function in OHOS::Ace::InteractionImpl
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_interaction_interface.h | 47 MOCK_METHOD(int32_t, GetShadowOffset, (ShadowOffsetData& shadowOffsetData), (override));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_layout_algorithm.h | 60 float GetShadowOffset(const std::list<RefPtr<SpanItem>>& group) override;
|
H A D | rich_editor_layout_algorithm.cpp | 203 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 D | drag_client.h | 50 int32_t GetShadowOffset(ITunnelClient &tunnel, ShadowOffset &shadowOffset);
|
/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 69 int32_t GetShadowOffset(ShadowOffset &shadowOffset);
|
/foundation/multimodalinput/input/intention/drag/server/include/ |
H A D | drag_server.h | 53 int32_t GetShadowOffset(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 330 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 D | drag_server.cpp | 158 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 D | multiple_paragraph_layout_algorithm.h | 112 virtual float GetShadowOffset(const std::list<RefPtr<SpanItem>>& group) in GetShadowOffset() function in OHOS::Ace::NG::MultipleParagraphLayoutAlgorithm
|
H A D | multiple_paragraph_layout_algorithm.cpp | 552 shadowOffset_ += GetShadowOffset(group); in UpdateParagraphBySpan()
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_coverage.cpp | 1544 *(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 D | drag_client.cpp | 255 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 D | drag_drop_manager.cpp | 918 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()
|