[NUI] Sync dalihub and Samsung TizenFX (#338)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 19 Jul 2018 01:47:41 +0000 (10:47 +0900)
committerGitHub <noreply@github.com>
Thu, 19 Jul 2018 01:47:41 +0000 (10:47 +0900)
* Added LayoutGroup and LayoutItem classes in NUI.

This was done by using bindings wrapper classes for LayoutItem,
LayoutGroup, LayoutMeasureSpec, LayoutLength, and LayoutMeasuredSize.

Change-Id: I19e28bdff59a62cf1c8e8711f50f9f0e8f1c119a

* Layouting support in NUI

Change-Id: I3d6f688d869faa81c34385db37feceb1d8c1d0c0

* Fixed disposed bug and removed RegisterChildProperties API usage.

Change-Id: I7b71bd1a3a03306897abdf3c263c6bbb65c1bff8

* RootLayout added to Window

Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f

* All Layers have an Absolute layout

Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4

* Set View.Size2D sets layout minimum size if exists.

Change-Id: Ide73c78957d9ee5d4799bfff4aa2232b87ffa536

* [NUI] Minimize public api for xaml

Change-Id: Ib1426b1956a2af307bd6128d6b97067b0d732847

* Renaming of rootlayer in Layer.cs

Change-Id: I583f49caaad819cabaca83b09c9c7dd9c2b9a331

* Fix NUI nested layout issue

Change-Id: I68edd6cf8295e06a52655d84b8ce039a4e1f1008

* [NUI] Back-sync Samsung/TizenFX into dalihub/TizenFX

Change-Id: Ib63e792bc3474c9226506f30889994219e237ec1

* [NUI] Remove tabs and redundant spaces

Change-Id: I1d512d7f478e532f76629b2529995386820fc764

* Sync dalihub/TizenFX and Samsung/TizenFX

- [NUI] Remove apis which are using internal APIs (#324)
  Some apis are using DALi internal APIs.
  Clean up these wrong apis to prevent future errors.
Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I77f773ec84f93f69684c2bdad26d9721f8ed705d
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Sync dalihub/TizenFX and Samsung/TizenFX for NUI-XAML related changes

Change-Id: Ied6a4e33d462712672e65763572c6aa88065a897
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Support multi-cascade property setting for Size2D and Position2D

Change-Id: Ibeb9e9ec639742b78054fe8592167170ea0f00d2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Add Mouse button type to identify clicked button kind

Change-Id: Id336dacccff8192a17cda552ba8ea2ba01121002
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
63 files changed:
src/Tizen.Applications.Common/Interop/Interop.Libraries.cs
src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationReplyAction.cs
src/Tizen.Multimedia.MediaPlayer/Interop/Interop.Player.cs
src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
src/Tizen.Multimedia.MediaPlayer/Player/Player.cs
src/Tizen.NUI/src/internal/CustomActorImpl.cs
src/Tizen.NUI/src/internal/Layouting/LayoutGroup.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapper.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapperImpl.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutItem.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutItemPtr.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapper.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapperImpl.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutLength.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutMeasureSpec.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/LayoutSize.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/MeasuredSize.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/ViewImpl.cs
src/Tizen.NUI/src/internal/Xaml/MarkupExtensions/StaticResourceExtension.cs
src/Tizen.NUI/src/internal/Xaml/RuntimeNamePropertyAttribute.cs
src/Tizen.NUI/src/internal/Xaml/XamlLoader.cs
src/Tizen.NUI/src/internal/XamlBinding/BindingExpression.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/Ticker.cs
src/Tizen.NUI/src/internal/XamlBinding/Layout.cs
src/Tizen.NUI/src/internal/XamlBinding/SizeTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/TemplateUtilities.cs
src/Tizen.NUI/src/internal/XamlBinding/TizenPlatformServices.cs
src/Tizen.NUI/src/internal/XamlBinding/VectorTypeConverter.cs
src/Tizen.NUI/src/public/Animation.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseHandle.cs
src/Tizen.NUI/src/public/NUIApplication.cs
src/Tizen.NUI/src/public/Position2D.cs
src/Tizen.NUI/src/public/Size2D.cs
src/Tizen.NUI/src/public/Touch.cs
src/Tizen.NUI/src/public/UIComponents/Button.cs
src/Tizen.NUI/src/public/UIComponents/Popup.cs
src/Tizen.NUI/src/public/UIComponents/ProgressBar.cs
src/Tizen.NUI/src/public/UIComponents/PushButton.cs
src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs
src/Tizen.NUI/src/public/UIComponents/ScrollView.cs
src/Tizen.NUI/src/public/UIComponents/Slider.cs
src/Tizen.NUI/src/public/UIComponents/ToggleButton.cs
src/Tizen.NUI/src/public/XamlBinding/BindableObject.cs
src/Tizen.NUI/src/public/XamlBinding/Command.cs
src/Tizen.NUI/src/public/XamlBinding/ContentPage.cs
src/Tizen.NUI/src/public/XamlBinding/Element.cs
src/Tizen.NUI/src/public/XamlBinding/Page.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionInternalManager.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfile.cs
src/Tizen.Network.Connection/Tizen.Network.Connection/ConnectionProfileManager.cs
src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiAP.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiEap.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiEapConfiguration.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiManager.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiManagerImpl.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiNetwork.cs
src/Tizen.System.Feedback/Feedback/Feedback.cs
src/Tizen.System/Device/Haptic.cs

index b1a7e53..1949f62 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 80b4908..995378b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index d0eeab1..60dfe6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index f20a1c8..00b5927 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 092e124..43020b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index e5c2061..f134f3b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,6 +18,7 @@
 namespace Tizen.NUI
 {
     using Tizen.NUI.BaseComponents;
+
     internal class CustomActorImpl : RefObject
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
old mode 100755 (executable)
new mode 100644 (file)
index 70e9ff7..09689e7
@@ -43,8 +43,8 @@ namespace Tizen.NUI
         public virtual void Dispose()
         {
             lock(this) {
-            if (swigCPtr.Handle != global::System.IntPtr.Zero) {
-                if (swigCMemOwn) {
+                if (swigCPtr.Handle != global::System.IntPtr.Zero) {
+                    if (swigCMemOwn) {
                         swigCMemOwn = false;
                         LayoutPINVOKE.delete_LayoutItemPtr(swigCPtr);
                     }
index 15dafc4..ed4e990 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -1028,4 +1028,4 @@ namespace Tizen.NUI
         private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(SlotObserver), typeof(SWIGTYPE_p_Dali__CallbackBase) };
     }
 
-}
+}
\ No newline at end of file
index 9218b4c..d2ad139 100755 (executable)
@@ -42,41 +42,44 @@ namespace Tizen.NUI.Xaml
             var pi = valueProvider.TargetProperty as PropertyInfo;
             var propertyType = bp?.ReturnType ?? pi?.PropertyType;
             if (propertyType == null) {
-                if (resource.GetType().GetTypeInfo().IsGenericType && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>) || resource.GetType().GetGenericTypeDefinition() == typeof(OnIdiom<>))) {
-                    // This is only there to support our backward compat story with pre 2.3.3 compiled Xaml project who was not providing TargetProperty
-                    var method = resource.GetType().GetRuntimeMethod("op_Implicit", new[] { resource.GetType() });
-                    resource = method.Invoke(null, new[] { resource });
+                if (resource != null) {
+                    if (resource.GetType().GetTypeInfo().IsGenericType && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>) || resource.GetType().GetGenericTypeDefinition() == typeof(OnIdiom<>))) {
+                        // This is only there to support our backward compat story with pre 2.3.3 compiled Xaml project who was not providing TargetProperty
+                        var method = resource.GetType().GetRuntimeMethod("op_Implicit", new[] { resource.GetType() });
+                        resource = method.Invoke(null, new[] { resource });
+                    }
                 }
                 return resource;
             }
             if (propertyType.IsAssignableFrom(resource?.GetType()))
                 return resource;
-            var implicit_op =  resource.GetType().GetImplicitConversionOperator(fromType: resource.GetType(), toType: propertyType)
-                            ?? propertyType.GetImplicitConversionOperator(fromType: resource.GetType(), toType: propertyType);
+            var implicit_op =  resource?.GetType().GetImplicitConversionOperator(fromType: resource?.GetType(), toType: propertyType)
+                            ?? propertyType.GetImplicitConversionOperator(fromType: resource?.GetType(), toType: propertyType);
             if (implicit_op != null)
                 return implicit_op.Invoke(resource, new [] { resource });
 
-            //Special case for https://bugzilla.xamarin.com/show_bug.cgi?id=59818
-            //On OnPlatform, check for an opImplicit from the targetType
-            if (   Device.Flags != null
-                && Device.Flags.Contains("xamlDoubleImplicitOpHack")
-                && resource.GetType().GetTypeInfo().IsGenericType
-                && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>))) {
-                var tType = resource.GetType().GenericTypeArguments[0];
-                var opImplicit = tType.GetImplicitConversionOperator(fromType: tType, toType: propertyType)
-                                ?? propertyType.GetImplicitConversionOperator(fromType: tType, toType: propertyType);
+            if (resource != null) { 
+                //Special case for https://bugzilla.xamarin.com/show_bug.cgi?id=59818
+                //On OnPlatform, check for an opImplicit from the targetType
+                if (   Device.Flags != null
+                    && Device.Flags.Contains("xamlDoubleImplicitOpHack")
+                    && resource.GetType().GetTypeInfo().IsGenericType
+                    && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>))) {
+                    var tType = resource.GetType().GenericTypeArguments[0];
+                    var opImplicit = tType.GetImplicitConversionOperator(fromType: tType, toType: propertyType)
+                                    ?? propertyType.GetImplicitConversionOperator(fromType: tType, toType: propertyType);
 
-                if (opImplicit != null) {
-                    //convert the OnPlatform<T> to T
-                    var opPlatformImplicitConversionOperator = resource.GetType().GetImplicitConversionOperator(fromType: resource.GetType(), toType: tType);
-                    resource = opPlatformImplicitConversionOperator?.Invoke(null, new[] { resource });
+                    if (opImplicit != null) {
+                        //convert the OnPlatform<T> to T
+                        var opPlatformImplicitConversionOperator = resource?.GetType().GetImplicitConversionOperator(fromType: resource?.GetType(), toType: tType);
+                        resource = opPlatformImplicitConversionOperator?.Invoke(null, new[] { resource });
 
-                    //and convert to toType
-                    resource = opImplicit.Invoke(null, new[] { resource });
-                    return resource;
+                        //and convert to toType
+                        resource = opImplicit.Invoke(null, new[] { resource });
+                        return resource;
+                    }
                 }
             }
-
             return resource;
         }
 
@@ -88,4 +91,4 @@ namespace Tizen.NUI.Xaml
             return resource;
         }
     }
-}
\ No newline at end of file
+}
index 08a7c64..80b8fe5 100755 (executable)
@@ -2,14 +2,14 @@
 
 namespace Tizen.NUI.Xaml
 {
-       [AttributeUsage(AttributeTargets.Class)]
-       internal sealed class RuntimeNamePropertyAttribute : Attribute
-       {
-               public RuntimeNamePropertyAttribute(string name)
-               {
-                       Name = name;
-               }
+    [AttributeUsage(AttributeTargets.Class)]
+    internal sealed class RuntimeNamePropertyAttribute : Attribute
+    {
+        public RuntimeNamePropertyAttribute(string name)
+        {
+            Name = name;
+        }
 
-               public string Name { get; }
-       }
+        public string Name { get; }
+    }
 }
\ No newline at end of file
index efe77f1..502be8b 100755 (executable)
@@ -4,8 +4,8 @@
 // Author:
 //       Stephane Delcroix <stephane@mi8.be>
 //
-// Copyright (c) 2013 Mobile Inception
-// Copyright (c) 2013-2014 Xamarin, Inc
+// Copyright (c) 2018 Mobile Inception
+// Copyright (c) 2018-2014 Xamarin, Inc
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -275,7 +275,7 @@ namespace Tizen.NUI.Xaml
         }
 
         //if the assembly was generated using a version of XamlG that doesn't outputs XamlResourceIdAttributes, we still need to find the resource, and load it
-        static readonly Dictionary<Type, string> XamlResources = new Dictionary<Type, string>();               
+        static readonly Dictionary<Type, string> XamlResources = new Dictionary<Type, string>();
         static string LegacyGetXamlForType(Type type)
         {
             var assembly = type.GetTypeInfo().Assembly;
@@ -387,4 +387,4 @@ namespace Tizen.NUI.Xaml
             public object Root { get; internal set; }
         }
     }
-}
\ No newline at end of file
+}
index 793c700..c4dd7f6 100755 (executable)
@@ -395,7 +395,7 @@ namespace Tizen.NUI.Binding
                 //        || property.PropertyType.GetGenericTypeDefinition() == typeof(ValueTuple<,,,,,,,>))
                 //    && (tupleEltNames = property.GetCustomAttribute(typeof(TupleElementNamesAttribute)) as TupleElementNamesAttribute) != null)
                 //{
-                //    modify the nextPart to access the tuple item via the ITuple indexer
+                //    // modify the nextPart to access the tuple item via the ITuple indexer
                 //    var nextPart = part.NextPart;
                 //    var name = nextPart.Content;
                 //    var index = tupleEltNames.TransformNames.IndexOf(name);
index e0e54fe..3b21a99 100755 (executable)
@@ -63,7 +63,7 @@ namespace Tizen.NUI.Binding.Internals
         protected abstract void DisableTimer();
 
         protected abstract void EnableTimer();
-        
+
         protected void SendSignals(int timestep = -1)
         {
             long step = timestep >= 0 ? timestep : _stopwatch.ElapsedMilliseconds;
index 7f561e2..4b15ffa 100755 (executable)
@@ -84,7 +84,7 @@ namespace Tizen.NUI.Binding
             set { SetValue(IsClippedToBoundsProperty, value); }
         }
 
-        public Thickness Padding
+        public new Thickness Padding
         {
             get { return (Thickness)GetValue(PaddingElement.PaddingProperty); }
             set { SetValue(PaddingElement.PaddingProperty, value); }
@@ -113,10 +113,13 @@ namespace Tizen.NUI.Binding
             get { return _logicalChildren ?? (_logicalChildren = new ReadOnlyCollection<Element>(InternalChildren)); }
         }
 
+        /// <summary>
+        /// Raised when the layout of the Page has changed.
+        /// </summary>
         public event EventHandler LayoutChanged;
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public IReadOnlyList<Element> Children
+        public new IReadOnlyList<Element> Children
         {
             get { return InternalChildren; }
         }
@@ -137,7 +140,7 @@ namespace Tizen.NUI.Binding
         public static void LayoutChildIntoBoundingRegion(/*VisualElement*/BaseHandle child, Rectangle region)
         {
             //var parent = child.Parent as IFlowDirectionController;
-            bool isRightToLeft = false;
+            //bool isRightToLeft = false;
             //if (parent != null && (isRightToLeft = parent.EffectiveFlowDirection.IsRightToLeft()))
                 //region = new Rectangle(parent.Width - region.Right, region.Y, region.Width, region.Height);
 
@@ -180,7 +183,7 @@ namespace Tizen.NUI.Binding
 
         public void LowerChild(View view)
         {
-            if (!InternalChildren.Contains(view) || InternalChildren.First() == view)
+            if (!InternalChildren.Contains(view) || (InternalChildren.First() as BaseHandle) == view)
                 return;
 
             InternalChildren.Move(InternalChildren.IndexOf(view), 0);
@@ -189,7 +192,7 @@ namespace Tizen.NUI.Binding
 
         public void RaiseChild(View view)
         {
-            if (!InternalChildren.Contains(view) || InternalChildren.Last() == view)
+            if (!InternalChildren.Contains(view) || (InternalChildren.Last() as BaseHandle) == view)
                 return;
 
             InternalChildren.Move(InternalChildren.IndexOf(view), InternalChildren.Count - 1);
@@ -280,7 +283,7 @@ namespace Tizen.NUI.Binding
         internal static void LayoutChildIntoBoundingRegion(View child, Rectangle region, SizeRequest childSizeRequest)
         {
             // var parent = child.Parent as IFlowDirectionController;
-            bool isRightToLeft = false;
+            // bool isRightToLeft = false;
             // if (parent != null && (isRightToLeft = parent.EffectiveFlowDirection.IsRightToLeft()))
             //         region = new Rectangle(parent.Width - region.Right, region.Y, region.Width, region.Height);
 
@@ -326,7 +329,7 @@ namespace Tizen.NUI.Binding
             for (var index = 0; index < count; index++)
             {
                 var v = LogicalChildrenInternal[index] as /*VisualElement*/BaseHandle;
-                // if (v != null && v.IsVisible && (!v.IsPlatformEnabled || !v.IsNativeStateConsistent))
+                if (v != null /*&& v.IsVisible && (!v.IsPlatformEnabled || !v.IsNativeStateConsistent)*/)
                     return;
             }
 
@@ -429,7 +432,7 @@ namespace Tizen.NUI.Binding
                     if (v == null)
                         continue;
 
-                    if (item == this)
+                    if ((item as BaseHandle) == this)
                         throw new InvalidOperationException("Can not add self to own child collection.");
 
                     OnInternalAdded(v);
index 9836975..1b54bb5 100755 (executable)
@@ -16,8 +16,8 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 3)
                 {
-                    return new Size(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
-                                    Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture), 
+                    return new Size(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
+                                    Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
                                     Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture));
                 }
             }
@@ -35,7 +35,7 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 2)
                 {
-                    return new Size2D(Int32.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
+                    return new Size2D(Int32.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                     Int32.Parse(parts[1].Trim(), CultureInfo.InvariantCulture));
                 }
             }
index 6356e61..d93517a 100755 (executable)
@@ -20,12 +20,12 @@ namespace Tizen.NUI.Binding
                 var controlTemplated = element as IControlTemplated;
                 //if (controlTemplated?.ControlTemplate != null)
                 //{
-                //     if (skipCount == 0)
-                //             return element;
-                //     skipCount--;
+                //  if (skipCount == 0)
+                //      return element;
+                //  skipCount--;
                 //}
-                // if (element is ContentPresenter)
-                //     skipCount++;
+                //  if (element is ContentPresenter)
+                //      skipCount++;
                 element = await GetRealParentAsync(element);
             }
 
@@ -59,20 +59,20 @@ namespace Tizen.NUI.Binding
             var newElement = (Element)newValue;
             //if (self.ControlTemplate == null)
             //{
-            // while (self.InternalChildren.Count > 0)
-            // {
-            //         self.InternalChildren.RemoveAt(self.InternalChildren.Count - 1);
-            // }
+            //  while (self.InternalChildren.Count > 0)
+            //  {
+            //      self.InternalChildren.RemoveAt(self.InternalChildren.Count - 1);
+            //  }
 
-            // if (newValue != null)
-            //         self.InternalChildren.Add(newElement);
+            //  if (newValue != null)
+            //      self.InternalChildren.Add(newElement);
             //}
             //else
             //{
-            // if (newElement != null)
-            // {
-            //         BindableObject.SetInheritedBindingContext(newElement, bindable.BindingContext);
-            // }
+            //  if (newElement != null)
+            //  {
+            //      BindableObject.SetInheritedBindingContext(newElement, bindable.BindingContext);
+            //  }
             //}
         }
 
@@ -113,18 +113,18 @@ namespace Tizen.NUI.Binding
             //ControlTemplate template = self.ControlTemplate;
             //if (template == null)
             //{
-            // // do nothing for now
+            //  // do nothing for now
             //}
             //else
             //{
-            // var content = template.CreateContent() as View;
-            // if (content == null)
-            // {
-            //         throw new NotSupportedException("ControlTemplate must return a type derived from View.");
-            // }
-
-            // self.InternalChildren.Add(content);
-            // ((IControlTemplated)bindable).OnControlTemplateChanged((ControlTemplate)oldValue, (ControlTemplate)newValue);
+            //  var content = template.CreateContent() as View;
+            //  if (content == null)
+            //  {
+            //      throw new NotSupportedException("ControlTemplate must return a type derived from View.");
+            //  }
+
+            //  self.InternalChildren.Add(content);
+            //  ((IControlTemplated)bindable).OnControlTemplateChanged((ControlTemplate)oldValue, (ControlTemplate)newValue);
             //}
         }
     }
index 75692fd..8fc16b2 100755 (executable)
@@ -52,43 +52,43 @@ namespace Tizen.NUI.Binding
 
         // public double GetNamedSize(NamedSize size, Type targetElementType, bool useOldSizes)
         // {
-        //     int pt;
-        //     // Actual font size depends on the target idiom.
-        //     switch (size)
-        //     {
-        //             case NamedSize.Micro:
-        //                     pt = Device.Idiom == TargetIdiom.TV || Device.Idiom == TargetIdiom.Watch ? 24 : 19;
-        //                     break;
-        //             case NamedSize.Small:
-        //                     pt = Device.Idiom == TargetIdiom.TV ? 26 : (Device.Idiom == TargetIdiom.Watch ? 30 : 22);
-        //                     break;
-        //             case NamedSize.Default:
-        //             case NamedSize.Medium:
-        //                     pt = Device.Idiom == TargetIdiom.TV ? 28 : (Device.Idiom == TargetIdiom.Watch ? 32 : 25);
-        //                     break;
-        //             case NamedSize.Large:
-        //                     pt = Device.Idiom == TargetIdiom.TV ? 84 : (Device.Idiom == TargetIdiom.Watch ? 36 : 31);
-        //                     break;
-        //             default:
-        //                     throw new ArgumentOutOfRangeException();
-        //     }
-        //     return Forms.ConvertToDPFont(pt);
+        //  int pt;
+        //  // Actual font size depends on the target idiom.
+        //  switch (size)
+        //  {
+        //      case NamedSize.Micro:
+        //          pt = Device.Idiom == TargetIdiom.TV || Device.Idiom == TargetIdiom.Watch ? 24 : 19;
+        //          break;
+        //      case NamedSize.Small:
+        //          pt = Device.Idiom == TargetIdiom.TV ? 26 : (Device.Idiom == TargetIdiom.Watch ? 30 : 22);
+        //          break;
+        //      case NamedSize.Default:
+        //      case NamedSize.Medium:
+        //          pt = Device.Idiom == TargetIdiom.TV ? 28 : (Device.Idiom == TargetIdiom.Watch ? 32 : 25);
+        //          break;
+        //      case NamedSize.Large:
+        //          pt = Device.Idiom == TargetIdiom.TV ? 84 : (Device.Idiom == TargetIdiom.Watch ? 36 : 31);
+        //          break;
+        //      default:
+        //          throw new ArgumentOutOfRangeException();
+        //  }
+        //  return Forms.ConvertToDPFont(pt);
         // }
 
         // public void OpenUriAction(Uri uri)
         // {
-        //     if (uri == null || uri.AbsoluteUri == null)
-        //     {
-        //             throw new ArgumentNullException(nameof(uri));
-        //     }
-        //     TAppControl tAppControl = new TAppControl() { Operation = "%", Uri = uri.AbsoluteUri };
-        //     var matchedApplications = TAppControl.GetMatchedApplicationIds(tAppControl);
-        //     if (matchedApplications.Count() > 0)
-        //     {
-        //             TAppControl.SendLaunchRequest(tAppControl);
-        //             return;
-        //     }
-        //     throw new PlatformNotSupportedException();
+        //  if (uri == null || uri.AbsoluteUri == null)
+        //  {
+        //      throw new ArgumentNullException(nameof(uri));
+        //  }
+        //  TAppControl tAppControl = new TAppControl() { Operation = "%", Uri = uri.AbsoluteUri };
+        //  var matchedApplications = TAppControl.GetMatchedApplicationIds(tAppControl);
+        //  if (matchedApplications.Count() > 0)
+        //  {
+        //      TAppControl.SendLaunchRequest(tAppControl);
+        //      return;
+        //  }
+        //  throw new PlatformNotSupportedException();
         // }
 
         public void BeginInvokeOnMainThread(Action action)
index d520d15..10add14 100755 (executable)
@@ -16,7 +16,7 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 2 )
                 {
-                    return new Vector2(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
+                    return new Vector2(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                        Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture));
                 }
             }
@@ -34,8 +34,8 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 3 )
                 {
-                    return new Vector3(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
-                                       Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture), 
+                    return new Vector3(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
+                                       Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
                                        Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture));
                 }
             }
@@ -53,9 +53,9 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 4 )
                 {
-                    return new Vector4(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
-                                       Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture), 
-                                       Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture), 
+                    return new Vector4(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
+                                       Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
+                                       Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture),
                                        Single.Parse(parts[3].Trim(), CultureInfo.InvariantCulture));
                 }
             }
@@ -73,7 +73,7 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 2 )
                 {
-                    return new RelativeVector2(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
+                    return new RelativeVector2(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                                Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture));
                 }
             }
@@ -91,8 +91,8 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 3 )
                 {
-                    return new RelativeVector3(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
-                                               Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture), 
+                    return new RelativeVector3(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
+                                               Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
                                                Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture));
                 }
             }
@@ -110,9 +110,9 @@ namespace Tizen.NUI.Binding
                 string[] parts = value.Split(',');
                 if (parts.Length == 4 )
                 {
-                    return new RelativeVector4(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture), 
-                                               Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture), 
-                                               Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture), 
+                    return new RelativeVector4(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
+                                               Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
+                                               Single.Parse(parts[2].Trim(), CultureInfo.InvariantCulture),
                                                Single.Parse(parts[3].Trim(), CultureInfo.InvariantCulture));
                 }
             }
index a34e1e2..ca7880b 100755 (executable)
@@ -638,7 +638,7 @@ namespace Tizen.NUI
                         if(destinationValue != null)
                         {
                             AnimateTo(target, _properties[index], destinationValue, _startTime[index], _endTime[index]);
-                        } 
+                        }
                     }
                 }
                 Play();
@@ -771,7 +771,7 @@ namespace Tizen.NUI
         internal MethodInfo GetImplicitConversionOperator(Type onType, Type fromType, Type toType)
         {
 #if NETSTANDARD1_0
-                       var mi = onType.GetRuntimeMethod("op_Implicit", new[] { fromType });
+            var mi = onType.GetRuntimeMethod("op_Implicit", new[] { fromType });
 #else
             var bindingFlags = BindingFlags.Public | BindingFlags.Static | BindingFlags.FlattenHierarchy;
             var mi = onType.GetMethod("op_Implicit", bindingFlags, null, new[] { fromType }, null);
index 523b254..a43c8d2 100755 (executable)
@@ -499,12 +499,13 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// Creates the default TableView view.
         /// </summary>
+        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        [EditorBrowsable(EditorBrowsableState.Never)]
         public TableView() : this(NDalicPINVOKE.TableView_New(1, 1), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-
         /// <summary>
         /// Creates the TableView view.
         /// </summary>
@@ -955,4 +956,4 @@ namespace Tizen.NUI.BaseComponents
         }
 
     }
-}
\ No newline at end of file
+}
index 744e037..d77f8b7 100755 (executable)
@@ -968,7 +968,7 @@ namespace Tizen.NUI.BaseComponents
             Tizen.NUI.Object.GetProperty(textField.swigCPtr, TextField.Property.ENABLE_SHIFT_SELECTION).Get(out temp);
             return temp;
         });
-        
+
 
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
@@ -1409,7 +1409,6 @@ namespace Tizen.NUI.BaseComponents
             get
             {
                 return (string)GetValue(PlaceholderTextProperty);
-                
             }
             set
             {
index b629517..6d22dde 100755 (executable)
@@ -572,7 +572,7 @@ namespace Tizen.NUI.BaseComponents
             Tizen.NUI.Object.GetProperty(textLabel.swigCPtr, TextLabel.Property.VERTICAL_LINE_ALIGNMENT).Get(out temp);
             return (VerticalLineAlignment)temp;
         });
-        
+
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
         private string textLabelSid = null;
@@ -706,9 +706,9 @@ namespace Tizen.NUI.BaseComponents
         }
 
         protected override void OnBindingContextChanged()
-               {
-                       base.OnBindingContextChanged();
-               }
+        {
+            base.OnBindingContextChanged();
+        }
 
         /// <summary>
         /// The TranslatableText property.<br />
index 5c5b5c3..97636f2 100755 (executable)
@@ -61,7 +61,7 @@ namespace Tizen.NUI.BaseComponents
                 Tizen.NUI.Object.SetProperty(view.swigCPtr, View.Property.STYLE_NAME, new Tizen.NUI.PropertyValue((string)newValue));
             }
         },
-        defaultValueCreator:(bindable) => 
+        defaultValueCreator:(bindable) =>
         {
             var view = (View)bindable;
             string temp;
@@ -3157,12 +3157,21 @@ namespace Tizen.NUI.BaseComponents
         /// This does not interfere with the view's scale factor.<br />
         /// The views default depth is the minimum of width and height.<br />
         /// </summary>
+        /// <remarks>
+        /// This NUI object (Size2D) typed property can be configured by multiple cascade setting. <br />
+        /// For example, this code ( view.Size2D.Width = 100; view.Size2D.Height = 100; ) is equivalent to this ( view.Size2D = new Size2D(100, 100); ). <br />
+        /// Please note that this multi-cascade setting is especially possible for this NUI object (Size2D). <br />
+        /// This means by default others are impossible so it is recommended that NUI object typed properties are configured by their constructor with parameters. <br />
+        /// For example, this code is working fine : view.Scale = new Vector3( 2.0f, 1.5f, 0.0f); <br />
+        /// but this will not work! : view.Scale.X = 2.0f; view.Scale.Y = 1.5f; <br />
+        /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public Size2D Size2D
         {
             get
             {
-                return (Size2D)GetValue(Size2DProperty);
+                Size2D temp = (Size2D)GetValue(Size2DProperty);
+                return new Size2D(OnSize2DChanged, temp.Width, temp.Height);
             }
             set
             {
@@ -3171,6 +3180,11 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
+        private void OnSize2DChanged(int width, int height)
+        {
+            Size2D = new Size2D(width, height);
+        }
+
         /// <summary>
         ///  Retrieves the size of the view.<br />
         ///  The coordinates are relative to the view's parent.<br />
@@ -3206,12 +3220,21 @@ namespace Tizen.NUI.BaseComponents
         /// By default, sets the position vector between the parent origin and the pivot point (default).<br />
         /// If the position inheritance is disabled, sets the world position.<br />
         /// </summary>
+        /// <remarks>
+        /// This NUI object (Position2D) typed property can be configured by multiple cascade setting. <br />
+        /// For example, this code ( view.Position2D.X = 100; view.Position2D.Y = 100; ) is equivalent to this ( view.Position2D = new Position2D(100, 100); ). <br />
+        /// Please note that this multi-cascade setting is especially possible for this NUI object (Position2D). <br />
+        /// This means by default others are impossible so it is recommended that NUI object typed properties are configured by their constructor with parameters. <br />
+        /// For example, this code is working fine : view.Scale = new Vector3( 2.0f, 1.5f, 0.0f); <br />
+        /// but this will not work! : view.Scale.X = 2.0f; view.Scale.Y = 1.5f; <br />
+        /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public Position2D Position2D
         {
             get
             {
-                return (Position2D)GetValue(Position2DProperty);
+                Position2D temp = (Position2D)GetValue(Position2DProperty);
+                return new Position2D(OnPosition2DChanged, temp.X, temp.Y);
             }
             set
             {
@@ -3220,6 +3243,11 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
+        private void OnPosition2DChanged(int x, int y)
+        {
+            Position2D = new Position2D(x, y);
+        }
+
         /// <summary>
         /// Retrieves the screen postion of the view.<br />
         /// </summary>
@@ -3337,7 +3365,7 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 SetValue(SiblingOrderProperty, value);
-                               NotifyPropertyChanged();
+                NotifyPropertyChanged();
             }
         }
 
index 7379d83..214f758 100755 (executable)
@@ -493,7 +493,6 @@ namespace Tizen.NUI
         /// <summary>
         /// For internal use.
         /// </summary>
-        [EditorBrowsable(EditorBrowsableState.Never)]
         internal NavigationProxy NavigationProxy
         {
             get { return Navigation as NavigationProxy; }
index deb905e..0bb4c2a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 73618da..f31cfbd 100755 (executable)
@@ -267,6 +267,14 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
+        internal delegate void Position2DChangedCallback(int x, int y);
+        private Position2DChangedCallback callback = null;
+        internal Position2D(Position2DChangedCallback cb, int x, int y) : this(NDalicPINVOKE.new_Vector2__SWIG_1((float)x, (float)y), true)
+        {
+            callback = cb;
+            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+        }
+
         /// <summary>
         /// The constructor.
         /// </summary>
@@ -387,6 +395,8 @@ namespace Tizen.NUI
             {
                 NDalicPINVOKE.Vector2_X_set(swigCPtr, (float)value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+
+                callback?.Invoke(X, Y);
             }
             get
             {
@@ -406,6 +416,8 @@ namespace Tizen.NUI
             {
                 NDalicPINVOKE.Vector2_Y_set(swigCPtr, (float)value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+
+                callback?.Invoke(X, Y);
             }
             get
             {
index c7adccf..7ad795e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -59,7 +59,7 @@ namespace Tizen.NUI
         /// <since_tizen> 3 </since_tizen>
         ~Size2D()
         {
-            if(!isDisposeQueued)
+            if (!isDisposeQueued)
             {
                 isDisposeQueued = true;
                 DisposeQueue.Instance.Add(this);
@@ -100,7 +100,7 @@ namespace Tizen.NUI
                 return;
             }
 
-            if(type == DisposeTypes.Explicit)
+            if (type == DisposeTypes.Explicit)
             {
                 //Called by User
                 //Release your own managed resources here.
@@ -253,6 +253,14 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
+        internal delegate void Size2DChangedCallback(int width, int height);
+        private Size2DChangedCallback callback = null;
+        internal Size2D(Size2DChangedCallback cb, int x, int y) : this(NDalicPINVOKE.new_Vector2__SWIG_1((float)x, (float)y), true)
+        {
+            callback = cb;
+            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+        }
+
         private Size2D Add(Size2D rhs)
         {
             Size2D ret = new Size2D(NDalicPINVOKE.Vector2_Add(swigCPtr, Size2D.getCPtr(rhs)), true);
@@ -302,7 +310,7 @@ namespace Tizen.NUI
             Size2D ret = new Size2D(NDalicPINVOKE.Vector2_Subtract__SWIG_1(swigCPtr), true);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
-        }  
+        }
 
         /// <summary>
         /// Determines whether the specified object is equal to the current object.
@@ -365,6 +373,8 @@ namespace Tizen.NUI
             {
                 NDalicPINVOKE.Vector2_Width_set(swigCPtr, (float)value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+
+                callback?.Invoke(Width, Height);
             }
             get
             {
@@ -384,6 +394,8 @@ namespace Tizen.NUI
             {
                 NDalicPINVOKE.Vector2_Height_set(swigCPtr, (float)value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+
+                callback?.Invoke(Width, Height);
             }
             get
             {
index df95248..e2fa49c 100755 (executable)
@@ -261,48 +261,52 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
+
         /// <summary>
         /// Get mouse device's button value (ex: right/left button)
         /// </summary>
         /// <param name="point">The point required</param>
         /// <returns></returns>
+        /// <since_tizen> 5 </since_tizen>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public MouseButtonType GetMouseButton(uint point)
+        public MouseButton GetMouseButton(uint point)
         {
             int ret = NDalicManualPINVOKE.Touch_GetMouseButton(swigCPtr, point);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return (MouseButtonType)ret;
+            return (MouseButton)ret;
         }
+
     }
 
     /// <summary>
     /// Mouse device button type
     /// </summary>
+    /// <since_tizen> 5 </since_tizen>
     /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
-    public enum MouseButtonType
+    public enum MouseButton
     {
         /// <summary>
         /// No mouse button event or invalid data
         /// </summary>
+        /// <since_tizen> 5 </since_tizen>
         Invalid = -1,
         /// <summary>
-        /// Left mouse button
-        /// </summary>
-        LeftButton = 1,
-        /// <summary>
-        /// Center(Wheel) mouse button
+        /// Primary(Left) mouse button
         /// </summary>
-        CenterButton = 2,
+        /// <since_tizen> 5 </since_tizen>
+        Primary = 1,
         /// <summary>
-        /// Right mouse button
+        /// Secondary(Right) mouse button
         /// </summary>
-        RightButton = 3,
+        /// <since_tizen> 5 </since_tizen>
+        Secondary = 3,
         /// <summary>
-        /// Reserved mouse button for different mouse devices
+        /// Center(Wheel) mouse button
         /// </summary>
-        Reserved = 4,
+        /// <since_tizen> 5 </since_tizen>
+        Tertiary = 2,
     }
 
 }
\ No newline at end of file
index 8088095..e9c4b04 100755 (executable)
@@ -152,12 +152,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_BACKGROUND_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_BACKGROUND_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty DisabledSelectedBackgroundVisualProperty = BindableProperty.Create("DisabledSelectedBackgroundVisual", typeof(PropertyMap), typeof(Button), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -169,12 +169,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_BACKGROUND_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_BACKGROUND_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty LabelRelativeAlignmentProperty = BindableProperty.Create("LabelRelativeAlignment", typeof(Align), typeof(Button), Align.End, propertyChanged: (bindable, oldValue, newValue) =>
@@ -222,12 +222,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL_PADDING).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL_PADDING).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ForegroundVisualPaddingProperty = BindableProperty.Create("ForegroundVisualPadding", typeof(Vector4), typeof(Button), Vector4.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -239,12 +239,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.FOREGROUND_VISUAL_PADDING).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.FOREGROUND_VISUAL_PADDING).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty AutoRepeatingProperty = BindableProperty.Create("AutoRepeating", typeof(bool), typeof(Button), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -256,12 +256,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.AUTO_REPEATING).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.AUTO_REPEATING).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty InitialAutoRepeatingDelayProperty = BindableProperty.Create("InitialAutoRepeatingDelay", typeof(float), typeof(Button), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -273,12 +273,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.INITIAL_AUTO_REPEATING_DELAY).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.INITIAL_AUTO_REPEATING_DELAY).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty NextAutoRepeatingDelayProperty = BindableProperty.Create("NextAutoRepeatingDelay", typeof(float), typeof(Button), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -290,12 +290,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.NEXT_AUTO_REPEATING_DELAY).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.NEXT_AUTO_REPEATING_DELAY).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TogglableProperty = BindableProperty.Create("Togglable", typeof(bool), typeof(Button), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -307,12 +307,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.TOGGLABLE).Get(out temp);
-                       return temp;
-               });
+        {
+            var button = (Button)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.TOGGLABLE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SelectedProperty = BindableProperty.Create("Selected", typeof(bool), typeof(Button), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -324,12 +324,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED).Get(out temp);
-                       return temp;
-               });
+        {
+            var button = (Button)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty UnselectedColorProperty = BindableProperty.Create("UnselectedColor", typeof(Color), typeof(Button), Color.Transparent, propertyChanged: (bindable, oldValue, newValue) =>
@@ -341,12 +341,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Color temp = new Color(0.0f, 0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_COLOR).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_COLOR).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SelectedColorProperty = BindableProperty.Create("SelectedColor", typeof(Color), typeof(Button), Color.Transparent, propertyChanged: (bindable, oldValue, newValue) =>
@@ -358,12 +358,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Color temp = new Color(0.0f, 0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_COLOR).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_COLOR).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty LabelProperty = BindableProperty.Create("Label", typeof(PropertyMap), typeof(Button), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -375,12 +375,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var button = (Button)bindable;
+        {
+            var button = (Button)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty LabelTextProperty = BindableProperty.Create("LabelText", typeof(string), typeof(Button), string.Empty, propertyChanged: (bindable, oldValue, newValue) =>
index 5174bc4..89b60fc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -39,12 +39,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TITLE).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TITLE).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ContentProperty = BindableProperty.Create("Content", typeof(PropertyMap), typeof(Popup), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -56,12 +56,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.CONTENT).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.CONTENT).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty FooterProperty = BindableProperty.Create("Footer", typeof(PropertyMap), typeof(Popup), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -73,12 +73,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.FOOTER).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.FOOTER).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty DisplayStateProperty = BindableProperty.Create("DisplayState", typeof(DisplayStateType), typeof(Popup), DisplayStateType.Hidden, propertyChanged: (bindable, oldValue, newValue) =>
@@ -151,12 +151,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TOUCH_TRANSPARENT).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TOUCH_TRANSPARENT).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TailVisibilityProperty = BindableProperty.Create("TailVisibility", typeof(bool), typeof(Popup), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -168,12 +168,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_VISIBILITY).Get(out temp);
-                       return temp;
-               });
+        {
+            var popup = (Popup)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_VISIBILITY).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TailPositionProperty = BindableProperty.Create("TailPosition", typeof(Vector3), typeof(Popup), Vector3.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -185,12 +185,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_POSITION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_POSITION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ContextualModeProperty = BindableProperty.Create("ContextualMode", typeof(ContextualModeType), typeof(Popup), ContextualModeType.Below, propertyChanged: (bindable, oldValue, newValue) =>
@@ -236,8 +236,8 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
             if (Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.CONTEXTUAL_MODE).Get(out temp) == false)
             {
@@ -258,7 +258,7 @@ namespace Tizen.NUI.UIComponents
                 default:
                     return ContextualModeType.Below;
             }
-               });
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty AnimationDurationProperty = BindableProperty.Create("AnimationDuration", typeof(float), typeof(Popup), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -270,12 +270,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.ANIMATION_DURATION).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.ANIMATION_DURATION).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty AnimationModeProperty = BindableProperty.Create("AnimationMode", typeof(AnimationModeType), typeof(Popup), AnimationModeType.Fade, propertyChanged: (bindable, oldValue, newValue) =>
@@ -316,8 +316,8 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
             if (Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.ANIMATION_MODE).Get(out temp) == false)
             {
@@ -336,7 +336,7 @@ namespace Tizen.NUI.UIComponents
                 default:
                     return AnimationModeType.Fade;
             }
-               });
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty EntryAnimationProperty = BindableProperty.Create("EntryAnimation", typeof(PropertyMap), typeof(Popup), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -348,12 +348,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.ENTRY_ANIMATION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.ENTRY_ANIMATION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ExitAnimationProperty = BindableProperty.Create("ExitAnimation", typeof(PropertyMap), typeof(Popup), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -365,12 +365,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.EXIT_ANIMATION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.EXIT_ANIMATION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty AutoHideDelayProperty = BindableProperty.Create("AutoHideDelay", typeof(int), typeof(Popup), default(int), propertyChanged: (bindable, oldValue, newValue) =>
@@ -382,12 +382,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             int temp = 0;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.AUTO_HIDE_DELAY).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.AUTO_HIDE_DELAY).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BackingEnabledProperty = BindableProperty.Create("BackingEnabled", typeof(bool), typeof(Popup), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -399,12 +399,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.BACKING_ENABLED).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.BACKING_ENABLED).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BackingColorProperty = BindableProperty.Create("BackingColor", typeof(Vector4), typeof(Popup), Vector4.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -416,12 +416,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.BACKING_COLOR).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.BACKING_COLOR).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PopupBackgroundImageProperty = BindableProperty.Create("PopupBackgroundImage", typeof(string), typeof(Popup), string.Empty, propertyChanged: (bindable, oldValue, newValue) =>
@@ -433,12 +433,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.POPUP_BACKGROUND_IMAGE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.POPUP_BACKGROUND_IMAGE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PopupBackgroundBorderProperty = BindableProperty.Create("PopupBackgroundBorder", typeof(Rectangle), typeof(Popup), new Rectangle(0,0,0,0), propertyChanged: (bindable, oldValue, newValue) =>
@@ -450,12 +450,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             Rectangle temp = new Rectangle(0, 0, 0, 0);
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.POPUP_BACKGROUND_BORDER).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.POPUP_BACKGROUND_BORDER).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TailUpImageProperty = BindableProperty.Create("TailUpImage", typeof(string), typeof(Popup), string.Empty, propertyChanged: (bindable, oldValue, newValue) =>
@@ -467,12 +467,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_UP_IMAGE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_UP_IMAGE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TailDownImageProperty = BindableProperty.Create("TailDownImage", typeof(string), typeof(Popup), string.Empty, propertyChanged: (bindable, oldValue, newValue) =>
@@ -484,12 +484,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_DOWN_IMAGE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_DOWN_IMAGE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TailLeftImageProperty = BindableProperty.Create("TailLeftImage", typeof(string), typeof(Popup), string.Empty, propertyChanged: (bindable, oldValue, newValue) =>
@@ -501,12 +501,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_LEFT_IMAGE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_LEFT_IMAGE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TailRightImageProperty = BindableProperty.Create("TailRightImage", typeof(string), typeof(Popup), string.Empty, propertyChanged: (bindable, oldValue, newValue) =>
@@ -518,12 +518,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var popup = (Popup)bindable;
+        {
+            var popup = (Popup)bindable;
             string temp;
-                       Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_RIGHT_IMAGE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(popup.swigCPtr, Popup.Property.TAIL_RIGHT_IMAGE).Get(out temp);
+            return temp;
+        });
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
index aff01d2..1625532 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -39,12 +39,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.PROGRESS_VALUE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.PROGRESS_VALUE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SecondaryProgressValueProperty = BindableProperty.Create("SecondaryProgressValue", typeof(float), typeof(ProgressBar), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -56,12 +56,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.SECONDARY_PROGRESS_VALUE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.SECONDARY_PROGRESS_VALUE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndeterminateProperty = BindableProperty.Create("Indeterminate", typeof(bool), typeof(ProgressBar), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -73,12 +73,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.INDETERMINATE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.INDETERMINATE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TrackVisualProperty = BindableProperty.Create("TrackVisual", typeof(PropertyMap), typeof(ProgressBar), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -90,12 +90,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.TRACK_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.TRACK_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ProgressVisualProperty = BindableProperty.Create("ProgressVisual", typeof(PropertyMap), typeof(ProgressBar), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -107,12 +107,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.PROGRESS_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.PROGRESS_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SecondaryProgressVisualProperty = BindableProperty.Create("SecondaryProgressVisual", typeof(PropertyMap), typeof(ProgressBar), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -124,12 +124,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.SECONDARY_PROGRESS_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.SECONDARY_PROGRESS_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndeterminateVisualProperty = BindableProperty.Create("IndeterminateVisual", typeof(PropertyMap), typeof(ProgressBar), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -141,12 +141,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.INDETERMINATE_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.INDETERMINATE_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndeterminateVisualAnimationProperty = BindableProperty.Create("IndeterminateVisualAnimation", typeof(PropertyArray), typeof(ProgressBar), new PropertyArray(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -158,12 +158,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.INDETERMINATE_VISUAL_ANIMATION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.INDETERMINATE_VISUAL_ANIMATION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty LabelVisualProperty = BindableProperty.Create("LabelVisual", typeof(PropertyMap), typeof(ProgressBar), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -175,12 +175,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var progressBar = (ProgressBar)bindable;
+        {
+            var progressBar = (ProgressBar)bindable;
             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-                       Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.LABEL_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(progressBar.swigCPtr, ProgressBar.Property.LABEL_VISUAL).Get(temp);
+            return temp;
+        });
 
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
@@ -391,7 +391,7 @@ namespace Tizen.NUI.UIComponents
                 SetValue(ProgressValueProperty, value);
             }
         }
-        
+
         /// <summary>
         /// The secondary progress value of the progress bar, the secondary progress runs from 0 to 1.<br />
         /// Optional. If not supplied, the default is 0.<br />
@@ -531,4 +531,4 @@ namespace Tizen.NUI.UIComponents
 
     }
 
-}
\ No newline at end of file
+}
index f162066..e694d84 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -32,11 +32,11 @@ namespace Tizen.NUI.UIComponents
     {
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty CommandProperty = BindableProperty.Create("Command", typeof(ICommand), typeof(PushButton), null, 
+        public static readonly BindableProperty CommandProperty = BindableProperty.Create("Command", typeof(ICommand), typeof(PushButton), null,
                 BindingMode.OneWay, null, null, null, null, null as BindableProperty.CreateDefaultValueDelegate);
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty CommandParameterProperty = BindableProperty.Create("CommandParameter", typeof(object), typeof(PushButton), null, 
+        public static readonly BindableProperty CommandParameterProperty = BindableProperty.Create("CommandParameter", typeof(object), typeof(PushButton), null,
                 BindingMode.OneWay, null, null, null, null, null as BindableProperty.CreateDefaultValueDelegate);
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
@@ -142,4 +142,4 @@ namespace Tizen.NUI.UIComponents
             }
         }
     }
-}
\ No newline at end of file
+}
index 39dde58..9db3bd2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -106,12 +106,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_FIXED_HEIGHT).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_FIXED_HEIGHT).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndicatorShowDurationProperty = BindableProperty.Create("IndicatorShowDuration", typeof(float), typeof(ScrollBar), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -123,12 +123,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_SHOW_DURATION).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_SHOW_DURATION).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndicatorHideDurationProperty = BindableProperty.Create("IndicatorHideDuration", typeof(float), typeof(ScrollBar), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -140,12 +140,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_HIDE_DURATION).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_HIDE_DURATION).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollPositionIntervalsProperty = BindableProperty.Create("ScrollPositionIntervals", typeof(PropertyArray), typeof(ScrollBar), new PropertyArray(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -157,12 +157,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.SCROLL_POSITION_INTERVALS).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.SCROLL_POSITION_INTERVALS).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndicatorMinimumHeightProperty = BindableProperty.Create("IndicatorMinimumHeight", typeof(float), typeof(ScrollBar), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -174,12 +174,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_MINIMUM_HEIGHT).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_MINIMUM_HEIGHT).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndicatorStartPaddingProperty = BindableProperty.Create("IndicatorStartPadding", typeof(float), typeof(ScrollBar), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -191,12 +191,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_START_PADDING).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_START_PADDING).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty IndicatorEndPaddingProperty = BindableProperty.Create("IndicatorEndPadding", typeof(float), typeof(ScrollBar), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -208,12 +208,12 @@ namespace Tizen.NUI.UIComponents
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollBar = (ScrollBar)bindable;
+        {
+            var scrollBar = (ScrollBar)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_END_PADDING).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollBar.swigCPtr, ScrollBar.Property.INDICATOR_END_PADDING).Get(out temp);
+            return temp;
+        });
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
index e9908d3..abd38df 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -39,12 +39,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.WRAP_ENABLED).Get(out temp);
-                       return temp;
-               });
+        {
+            var scrollView = (ScrollView)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.WRAP_ENABLED).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PanningEnabledProperty = BindableProperty.Create("PanningEnabled", typeof(bool), typeof(ScrollView), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -56,12 +56,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.PANNING_ENABLED).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.PANNING_ENABLED).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty AxisAutoLockEnabledProperty = BindableProperty.Create("AxisAutoLockEnabled", typeof(bool), typeof(ScrollView), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -73,12 +73,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.AXIS_AUTO_LOCK_ENABLED).Get(out temp);
-                       return temp;
-               });
+        {
+            var scrollView = (ScrollView)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.AXIS_AUTO_LOCK_ENABLED).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty WheelScrollDistanceStepProperty = BindableProperty.Create("WheelScrollDistanceStep", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -90,12 +90,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.WHEEL_SCROLL_DISTANCE_STEP).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.WHEEL_SCROLL_DISTANCE_STEP).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollPositionProperty = BindableProperty.Create("ScrollPosition", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -107,12 +107,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_POSITION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_POSITION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollPrePositionProperty = BindableProperty.Create("ScrollPrePosition", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -124,12 +124,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_PRE_POSITION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_PRE_POSITION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollPrePositionMaxProperty = BindableProperty.Create("ScrollPrePositionMax", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -141,12 +141,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_PRE_POSITION_MAX).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_PRE_POSITION_MAX).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty OvershootXProperty = BindableProperty.Create("OvershootX", typeof(float), typeof(ScrollView), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -158,12 +158,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.OVERSHOOT_X).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.OVERSHOOT_X).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty OvershootYProperty = BindableProperty.Create("OvershootY", typeof(float), typeof(ScrollView), default(float), propertyChanged: (bindable, oldValue, newValue) =>
@@ -175,12 +175,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.OVERSHOOT_Y).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.OVERSHOOT_Y).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollFinalProperty = BindableProperty.Create("ScrollFinal", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -192,12 +192,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_FINAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_FINAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty WrapProperty = BindableProperty.Create("Wrap", typeof(bool), typeof(ScrollView), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -209,12 +209,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.WRAP).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.WRAP).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PanningProperty = BindableProperty.Create("Panning", typeof(bool), typeof(ScrollView), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -226,12 +226,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.PANNING).Get(out temp);
-                       return temp;
-               });
+        {
+            var scrollView = (ScrollView)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.PANNING).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollingProperty = BindableProperty.Create("Scrolling", typeof(bool), typeof(ScrollView), false, propertyChanged: (bindable, oldValue, newValue) =>
@@ -243,12 +243,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
-                       bool temp = false;
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLLING).Get(out temp);
-                       return temp;
-               });
+        {
+            var scrollView = (ScrollView)bindable;
+            bool temp = false;
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLLING).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollDomainSizeProperty = BindableProperty.Create("ScrollDomainSize", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -260,12 +260,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_DOMAIN_SIZE).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_DOMAIN_SIZE).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollDomainOffsetProperty = BindableProperty.Create("ScrollDomainOffset", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -277,12 +277,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_DOMAIN_OFFSET).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_DOMAIN_OFFSET).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollPositionDeltaProperty = BindableProperty.Create("ScrollPositionDelta", typeof(Vector2), typeof(ScrollView), Vector2.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -294,12 +294,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector2 temp = new Vector2(0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_POSITION_DELTA).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_POSITION_DELTA).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty StartPagePositionProperty = BindableProperty.Create("StartPagePosition", typeof(Vector3), typeof(ScrollView), Vector3.Zero, propertyChanged: (bindable, oldValue, newValue) =>
@@ -311,12 +311,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.START_PAGE_POSITION).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.START_PAGE_POSITION).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ScrollModeProperty = BindableProperty.Create("ScrollMode", typeof(PropertyMap), typeof(ScrollView), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -328,14 +328,14 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var scrollView = (ScrollView)bindable;
+        {
+            var scrollView = (ScrollView)bindable;
             PropertyValue value = Tizen.NUI.Object.GetProperty(scrollView.swigCPtr, ScrollView.Property.SCROLL_MODE );
             PropertyMap map = new PropertyMap();
             value.Get( map );
             return map;
-               });
-        
+        });
+
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
         internal ScrollView(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ScrollView_SWIGUpcast(cPtr), cMemoryOwn)
index ffe9d70..89de3c0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -41,12 +41,12 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider LowerBoundProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.LOWER_BOUND).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.LOWER_BOUND).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty UpperBoundProperty = BindableProperty.Create("UpperBound", typeof(float), typeof(Slider), 1.0f, propertyChanged: (bindable, oldValue, newValue) => 
@@ -59,33 +59,33 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider UpperBoundProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.UPPER_BOUND).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.UPPER_BOUND).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ValueProperty = BindableProperty.Create("Value", typeof(float), typeof(Slider), default(float), BindingMode.TwoWay, propertyChanged: (bindable, oldValue, newValue) =>
-               {
+        {
             var slider = (Slider)bindable;
             Console.WriteLine("Slider ValueProperty Changed: oldValue: " + oldValue + ", newValue: " + newValue);
             if (newValue != null)
             {
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.VALUE, new Tizen.NUI.PropertyValue((float)newValue));
             }
-               },
+        },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty TrackVisualProperty = BindableProperty.Create("TrackVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty TrackVisualProperty = BindableProperty.Create("TrackVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -95,15 +95,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider TrackVisualProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.TRACK_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.TRACK_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty HandleVisualProperty = BindableProperty.Create("HandleVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty HandleVisualProperty = BindableProperty.Create("HandleVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -113,15 +113,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider HandleVisualProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.HANDLE_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.HANDLE_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty ProgressVisualProperty = BindableProperty.Create("ProgressVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty ProgressVisualProperty = BindableProperty.Create("ProgressVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -131,15 +131,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider ProgressVisualProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.PROGRESS_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.PROGRESS_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty PopupVisualProperty = BindableProperty.Create("PopupVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty PopupVisualProperty = BindableProperty.Create("PopupVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -149,15 +149,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider PopupVisualProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty PopupArrowVisualProperty = BindableProperty.Create("PopupArrowVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty PopupArrowVisualProperty = BindableProperty.Create("PopupArrowVisual", typeof(PropertyMap), typeof(Slider), new PropertyMap(), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -167,12 +167,12 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider PopupArrowVisualProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             PropertyMap temp = new PropertyMap();
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_ARROW_VISUAL).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_ARROW_VISUAL).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty DisabledColorProperty = BindableProperty.Create("DisabledColor", typeof(Vector4), typeof(Slider), Vector4.Zero, propertyChanged: (bindable, oldValue, newValue) => 
@@ -185,15 +185,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider DisabledColorProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.DISABLED_COLOR).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.DISABLED_COLOR).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty ValuePrecisionProperty = BindableProperty.Create("ValuePrecision", typeof(int), typeof(Slider), default(int), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty ValuePrecisionProperty = BindableProperty.Create("ValuePrecision", typeof(int), typeof(Slider), default(int), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -203,15 +203,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider ValuePrecisionProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             int temp = 0;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE_PRECISION).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE_PRECISION).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty ShowPopupProperty = BindableProperty.Create("ShowPopup", typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty ShowPopupProperty = BindableProperty.Create("ShowPopup", typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -221,15 +221,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider ShowPopupProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_POPUP).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_POPUP).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty ShowValueProperty = BindableProperty.Create("ShowValue", typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty ShowValueProperty = BindableProperty.Create("ShowValue", typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -239,15 +239,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider ShowValueProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_VALUE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_VALUE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty MarksProperty = BindableProperty.Create("Marks", typeof(PropertyArray), typeof(Slider), new PropertyArray(), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty MarksProperty = BindableProperty.Create("Marks", typeof(PropertyArray), typeof(Slider), new PropertyArray(), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -257,15 +257,15 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider MarksPropertyProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARKS).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARKS).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty MarkToleranceProperty = BindableProperty.Create("MarkTolerance", typeof(float), typeof(Slider), default(float), propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty MarkToleranceProperty = BindableProperty.Create("MarkTolerance", typeof(float), typeof(Slider), default(float), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -275,12 +275,12 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider MarkToleranceProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             float temp = 0.0f;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARK_TOLERANCE).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARK_TOLERANCE).Get(out temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SnapToMarksProperty = BindableProperty.Create("SnapToMarks", typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) => 
@@ -293,12 +293,12 @@ namespace Tizen.NUI.UIComponents
             Console.WriteLine("Slider SnapToMarksPropertyProperty changed: oldValue: " + oldValue + ", newValue: " + newValue);
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var slider = (Slider)bindable;
+        {
+            var slider = (Slider)bindable;
             bool temp = false;
-                       Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SNAP_TO_MARKS).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SNAP_TO_MARKS).Get(out temp);
+            return temp;
+        });
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
@@ -1054,4 +1054,4 @@ namespace Tizen.NUI.UIComponents
 
     }
 
-}
\ No newline at end of file
+}
index 9ef22fa..29b5f82 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,12 +37,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var toggleButton = (ToggleButton)bindable;
+        {
+            var toggleButton = (ToggleButton)bindable;
             Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
-                       Tizen.NUI.Object.GetProperty(toggleButton.swigCPtr, ToggleButton.Property.STATE_VISUALS).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(toggleButton.swigCPtr, ToggleButton.Property.STATE_VISUALS).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty TooltipsProperty = BindableProperty.Create("Tooltips", typeof(PropertyArray), typeof(ToggleButton), new PropertyArray(), propertyChanged: (bindable, oldValue, newValue) =>
@@ -54,12 +54,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var toggleButton = (ToggleButton)bindable;
+        {
+            var toggleButton = (ToggleButton)bindable;
             Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
-                       Tizen.NUI.Object.GetProperty(toggleButton.swigCPtr, ToggleButton.Property.TOOLTIPS).Get(temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(toggleButton.swigCPtr, ToggleButton.Property.TOOLTIPS).Get(temp);
+            return temp;
+        });
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty CurrentStateIndexProperty = BindableProperty.Create("CurrentStateIndex", typeof(int), typeof(ToggleButton), default(int), propertyChanged: (bindable, oldValue, newValue) =>
@@ -71,12 +71,12 @@ namespace Tizen.NUI
             }
         },
         defaultValueCreator:(bindable) =>
-               {
-                       var toggleButton = (ToggleButton)bindable;
+        {
+            var toggleButton = (ToggleButton)bindable;
             int temp = 0;
-                       Tizen.NUI.Object.GetProperty(toggleButton.swigCPtr, ToggleButton.Property.CURRENT_STATE_INDEX).Get(out temp);
-                       return temp;
-               });
+            Tizen.NUI.Object.GetProperty(toggleButton.swigCPtr, ToggleButton.Property.CURRENT_STATE_INDEX).Get(out temp);
+            return temp;
+        });
 
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
@@ -210,4 +210,4 @@ namespace Tizen.NUI
 
     }
 
-}
\ No newline at end of file
+}
index f13b7c8..92f20d8 100755 (executable)
@@ -773,7 +773,7 @@ namespace Tizen.NUI.Binding
                         binding.Apply(true);
                         _applying = false;
                     }
-                   
+
                     OnPropertyChanged(property.PropertyName);
                 }
                 else if (true == same && true == forceSendChangeSignal)
@@ -886,4 +886,4 @@ namespace Tizen.NUI.Binding.Internals
         [EditorBrowsable(EditorBrowsableState.Never)]
         RaiseOnEqual = 1 << 3
     }
-}
\ No newline at end of file
+}
index e78ff10..db205bc 100755 (executable)
@@ -7,11 +7,11 @@ namespace Tizen.NUI.Binding
 {
     /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
-    public sealed class Command<T> : Command 
+    public sealed class Command<T> : Command
     {
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Command(Action<T> execute) 
+        public Command(Action<T> execute)
             : base(o =>
             {
                 if (IsValidParameter(o))
@@ -28,7 +28,7 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Command(Action<T> execute, Func<T, bool> canExecute) 
+        public Command(Action<T> execute, Func<T, bool> canExecute)
             : base(o =>
             {
                 if (IsValidParameter(o))
index 054843c..a7faadc 100755 (executable)
@@ -42,19 +42,19 @@ namespace Tizen.NUI
             // var newElement = (Element)newValue;
             // if (self.ControlTemplate == null)
             // {
-            //         while (self.InternalChildren.Count > 0)
-            //         {
-            //                 self.InternalChildren.RemoveAt(self.InternalChildren.Count - 1);
-            //         }
+            //  while (self.InternalChildren.Count > 0)
+            //  {
+            //      self.InternalChildren.RemoveAt(self.InternalChildren.Count - 1);
+            //  }
 
             //         if (newValue != null)
-            //                 self.InternalChildren.Add(newElement);
+            //      self.InternalChildren.Add(newElement);
             // }
             // else
             // {
             //         if (newElement != null)
             //         {
-            //                 BindableObject.SetInheritedBindingContext(newElement, bindable.BindingContext);
+            //      BindableObject.SetInheritedBindingContext(newElement, bindable.BindingContext);
             //         }
             // }
             var self = (ContentPage)bindable;
@@ -118,7 +118,7 @@ namespace Tizen.NUI
             Root = new View();
             Root.WidthResizePolicy = ResizePolicyType.FillToParent;
             Root.HeightResizePolicy = ResizePolicyType.FillToParent;
-            
+
             win.Add(Root);
         }
 
@@ -291,4 +291,4 @@ namespace Tizen.NUI
             }
         }
     }
-}
\ No newline at end of file
+}
index 06f44da..b457dca 100755 (executable)
@@ -20,12 +20,12 @@ namespace Tizen.NUI.Binding
 
         // public static Menu GetMenu(BindableObject bindable)
         // {
-        //     return (Menu)bindable.GetValue(MenuProperty);
+        //   return (Menu)bindable.GetValue(MenuProperty);
         // }
 
         // public static void SetMenu(BindableObject bindable, Menu menu)
         // {
-        //     bindable.SetValue(MenuProperty, menu);
+        //   bindable.SetValue(MenuProperty, menu);
         // }
 
         internal static readonly ReadOnlyCollection<Element> EmptyChildren = new ReadOnlyCollection<Element>(new Element[0]);
index 75d6f51..81222df 100755 (executable)
@@ -417,9 +417,9 @@ namespace Tizen.NUI
         ///// </summary>
         // protected override void OnSizeAllocated(double width, double height)
         // {
-        //     _allocatedFlag = true;
-        //     //base.OnSizeAllocated(width, height);
-        //     UpdateChildrenLayout();
+        //  _allocatedFlag = true;
+        //  //base.OnSizeAllocated(width, height);
+        //  UpdateChildrenLayout();
         // }
 
         /// <summary>
index c8cbfa9..42301a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 8efa810..a89919e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index a61b801..d479bd0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 448dce8..06ff674 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index b5be8a3..59eeef4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index ef89fc0..31223a4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index acb5540..de7af0d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 21cc55a..28f0442 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 03fceb7..be7c478 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index f801966..31f3fb8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
index 20b38fa..c3a99fd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
 *
 * Licensed under the Apache License, Version 2.0 (the License);
 * you may not use this file except in compliance with the License.
index 22524df..5d151b3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
 *
 * Licensed under the Apache License, Version 2.0 (the License);
 * you may not use this file except in compliance with the License.