[NUI] Modify NUI Seamless animation bug (#2334)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 7 Dec 2020 07:20:12 +0000 (16:20 +0900)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 07:20:12 +0000 (16:20 +0900)
commit4c8290e4fbfce3e06bd0381d5dafa8ff7557d686
tree0c13f520188daeef4c53d8b3cb3cbcefecb45fc8
parent533b637ba9fb5a4cb5786673b2cdfa2f12ec4f36
[NUI] Modify NUI Seamless animation bug (#2334)

* [NUI] Modify NUI Seamless animation bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Modify build warning of seamless

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Update DefaultFrameBroker.cs

* Update TransitionAnimations.cs

* Update DefaultFrameBroker.cs

* Update SeamlessBackward.cs

* Update SeamlessForward.cs

* Update TransitionOptions.cs

* Update NUIBrokerSample.cs

* Update DefaultFrameBroker.cs
45 files changed:
src/Tizen.NUI/src/internal/FrameBroker/DefaultFrameBroker.cs
src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs
src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBaseErrorFactory.cs
src/Tizen.NUI/src/internal/FrameBroker/FrameData.cs
src/Tizen.NUI/src/internal/FrameProvider/FrameProvider.cs
src/Tizen.NUI/src/internal/FrameProvider/FrameProviderErrorFactory.cs
src/Tizen.NUI/src/public/TransitionAnimations/TransitionAnimations.cs
src/Tizen.NUI/src/public/TransitionOptions/TransitionOptions.cs
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/DefaultView.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/NUIBrokerSample.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/NUIBrokerSample.csproj [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/SeamlessAnimation/ObjectAnimationManager.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/SeamlessAnimation/SeamlessBackward.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/SeamlessAnimation/SeamlessForward.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/ViewModel/DelegateCommand.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/ViewModel/MainViewModel.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/XamlPage.xaml.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/add.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/arrow-89-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/bar-chart-5-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/clock-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/emart.png [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/familyboard_setting_bg1.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/familyboard_setting_bg15.png [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/familyboard_setting_bg6.png [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/layout/XamlPage.xaml [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/pic_1.jpg [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/play-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/profile.jpg [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/res/video-play-64.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/shared/res/NUIBrokerSample.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIBrokerSample/tizen-manifest.xml [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/NUIMusicPlayer.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/NUIMusicPlayer.csproj [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/XamlPage.xaml.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/add.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/arrow-89-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/bar-chart-5-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/clock-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/layout/XamlPage.xaml [new file with mode: 0755]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/pic_1.jpg [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/play-128.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/res/profile.jpg [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/shared/res/NUIMusicPlayer.png [new file with mode: 0644]
test/Tizen.NUI.Seamless.Xaml/NUIMusicPlayer/tizen-manifest.xml [new file with mode: 0755]