[NUI] Add Constraint base + inhouse ResizePolicyType: KeepSizeFollowingParent
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 12 Jul 2021 12:09:49 +0000 (21:09 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 19 Jul 2021 09:01:03 +0000 (18:01 +0900)
commitd92b871d808e56591bb1f084e9d0a7278c032a23
tree27a44987d09c91c29de069b2420e5e803aa1fd0f
parent24ddb13143001f6f68534dde1ad84907af0f3477
[NUI] Add Constraint base + inhouse ResizePolicyType: KeepSizeFollowingParent

Add Constraint basic logics
and
Add ResizePolicyType
 - KeepSizeFollowingParent

NOTE : This ResizePolicy Breakout layout features when we use both KeepSizeFollowingParent and Layout. Becareful
src/Tizen.NUI/src/internal/Animation/Constraint.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Animation/EqualConstraintWithParentFloat.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Animation/RelativeConstraintWithParentFloat.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Constraint.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/NativeBinding/SWIGTYPE_p_Dali__Constraint.cs [deleted file]
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Utility/ScrollView.cs