[NUI] Reduce get/set overhead for some LottieAnimationView properties
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 16 May 2023 08:27:58 +0000 (17:27 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 16 May 2023 08:35:20 +0000 (17:35 +0900)
commit19f3360136b2d7a41691ff0b490ce082a76e00c2
tree045dea2bf3d9e73dab434bb443eb4cddd6af3864
parentc88909880dbccc0205cf13c02360d9174ae945f1
[NUI] Reduce get/set overhead for some LottieAnimationView properties

Let's beleve the cached properties what LottieAnimationVIew already cached.

Since ImageView.Image is heavy operation, we should call this thing less times.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs