[NUI] Add frameBroker default setting value (#2113)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Thu, 22 Oct 2020 07:01:59 +0000 (16:01 +0900)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 07:01:59 +0000 (16:01 +0900)
commit9f380a332cc90729cbbbd7090c6439e0ad299e75
treed2b8767856dd48c0049ec7c25bc41602c2f806b6
parent123656a77708d8e0042adeadbca4e42171754060
[NUI] Add frameBroker default setting value (#2113)

Add APIs by hidden in TransitionAnimation
 - GetDefaultSize
 - GetDefaultPosition
 - GetDefaultParentOrigin
 - GetDefaultPivotPoint
These functions set the default value of Calle's main imageView.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/internal/FrameBroker/DefaultFrameBroker.cs
src/Tizen.NUI/src/public/TransitionAnimations/TransitionAnimations.cs
test/Tizen.NUI.Seamless/NUIBrokerSample/NUIBrokerSample.cs
test/Tizen.NUI.Seamless/NUIBrokerSample/TransitionEffect/SeamlessAnimator.cs [deleted file]
test/Tizen.NUI.Seamless/NUIBrokerSample/TransitionEffect/SeamlessBackwardAnimation.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/TransitionEffect/SeamlessForwardAnimation.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/UICreator.cs
test/Tizen.NUI.Seamless/NUIMusicPlayer/UICreator.cs