[NUI] Reduce get/set overhead for some LottieAnimationView properties
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 16 May 2023 06:33:39 +0000 (15:33 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 May 2023 10:12:20 +0000 (19:12 +0900)
commitc9b1c34c9599d0ad6f6e2dd0c4fd65ac78a52ff4
tree48cf31ca5166405a36c585abaf36fa22137e5d6b
parentbb7a86bbf081579b98a92177822ea0ecf8f744eb
[NUI] Reduce get/set overhead for some LottieAnimationView properties

Let's believe 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