[NUI] Fast track uploading image
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 17 Jul 2023 03:04:59 +0000 (12:04 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 25 Jul 2023 08:09:22 +0000 (17:09 +0900)
commit447d8627313037168965e0691196f1343dea3093
tree5077a32c66de42371d61f87440c6b55ef75adf49
parent68f7837a755c9bda23451c3f040b1c38f72002a6
[NUI] Fast track uploading image

Add new feature about flag that ImageView's image uploading faster.

Previously, NUI has some operations to support some kind of visual transition,
or calculate natural size for relayout, or etc.

This patch make a way to user that we need to upload image as soon as possible,
don't care about other platform supported features.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageViewBindableProperty.cs
src/Tizen.NUI/src/public/Visuals/VisualConstants.cs