Searched refs:ShadowInfoCore (Results 1 – 9 of 9) sorted by relevance
31 struct ShadowInfoCore { struct45 std::vector<ShadowInfoCore> shadowInfos; argument
29 virtual int32_t UpdateShadowPic(const ShadowInfoCore& shadowInfo) = 0;
27 int32_t UpdateShadowPic(const ShadowInfoCore& shadowInfo) override;
26 int32_t InteractionImpl::UpdateShadowPic(const OHOS::Ace::ShadowInfoCore& shadowInfo) in UpdateShadowPic()
28 int32_t UpdateShadowPic(const ShadowInfoCore& shadowInfo) override;
41 int32_t InteractionImpl::UpdateShadowPic(const OHOS::Ace::ShadowInfoCore& shadowInfo) in UpdateShadowPic()
30 MOCK_METHOD(int32_t, UpdateShadowPic, (const ShadowInfoCore& shadowInfo), (override));
62 …std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, std::vector<ShadowInfoCore>& sh… in GetShadowInfoArray()82 ShadowInfoCore shadowInfo { pixelMap, -x, -y }; in GetShadowInfoArray()145 std::vector<ShadowInfoCore> shadowInfos; in EnvelopedDragData()
1137 ShadowInfoCore shadowInfo { pixelMapDuplicated, pixelMapOffset.GetX(), pixelMapOffset.GetY() }; in OnDragStart()