[NUI] Split NUI Interop class (#804)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Thu, 2 May 2019 06:30:45 +0000 (15:30 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 May 2019 06:30:45 +0000 (15:30 +0900)
commitdf6e6ac473c9d202f3847019b037d8cd464faf54
tree17a5d9bacb1b43be24216f929839f75387f3924a
parent03e985f2372c6361535b844cd75d4e26b568af9d
[NUI] Split NUI Interop class (#804)

* Split interop API

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* split2

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Fix codacy

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Revert "Fix codacy"

This reverts commit 84b8b90814499188516e7d8872a2cf46a16a551d.

* [NUI] Add so lib

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
504 files changed:
src/Tizen.NUI/src/internal/AccessibilityActionSignal.cs
src/Tizen.NUI/src/internal/AccessibilityFocusOvershotSignal.cs
src/Tizen.NUI/src/internal/AccessibilityManager.cs
src/Tizen.NUI/src/internal/ActivatedSignalType.cs
src/Tizen.NUI/src/internal/AdaptorSignalType.cs
src/Tizen.NUI/src/internal/Alignment.cs
src/Tizen.NUI/src/internal/AngleAxis.cs
src/Tizen.NUI/src/internal/AngleThresholdPair.cs
src/Tizen.NUI/src/internal/AnimatablePropertyComponentRegistration.cs
src/Tizen.NUI/src/internal/AnimatablePropertyRegistration.cs
src/Tizen.NUI/src/internal/AnimationSignal.cs
src/Tizen.NUI/src/internal/Any.cs
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/ApplicationControlSignal.cs
src/Tizen.NUI/src/internal/ApplicationSignal.cs
src/Tizen.NUI/src/internal/AsyncImageLoader.cs
src/Tizen.NUI/src/internal/BaseObject.cs
src/Tizen.NUI/src/internal/BufferImage.cs
src/Tizen.NUI/src/internal/Builder.cs
src/Tizen.NUI/src/internal/ButtonSignal.cs
src/Tizen.NUI/src/internal/Camera.cs
src/Tizen.NUI/src/internal/ChildPropertyRegistration.cs
src/Tizen.NUI/src/internal/ConnectionTracker.cs
src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs
src/Tizen.NUI/src/internal/ControlKeySignal.cs
src/Tizen.NUI/src/internal/CustomActor.cs
src/Tizen.NUI/src/internal/CustomActorImpl.cs
src/Tizen.NUI/src/internal/CustomAlgorithmInterface.cs
src/Tizen.NUI/src/internal/DaliException.cs
src/Tizen.NUI/src/internal/DefaultRuler.cs
src/Tizen.NUI/src/internal/DragAndDropDetector.cs
src/Tizen.NUI/src/internal/EncodedBufferImage.cs
src/Tizen.NUI/src/internal/EnvironmentVariable.cs
src/Tizen.NUI/src/internal/EventThreadCallback.cs
src/Tizen.NUI/src/internal/FixedRuler.cs
src/Tizen.NUI/src/internal/FloatSignal.cs
src/Tizen.NUI/src/internal/FocusChangedSignal.cs
src/Tizen.NUI/src/internal/FocusGroupChangedSignal.cs
src/Tizen.NUI/src/internal/FontDescription.cs
src/Tizen.NUI/src/internal/FontMetrics.cs
src/Tizen.NUI/src/internal/FrameBuffer.cs
src/Tizen.NUI/src/internal/FrameBufferImage.cs
src/Tizen.NUI/src/internal/FriendAssembly.cs
src/Tizen.NUI/src/internal/GaussianBlurView.cs
src/Tizen.NUI/src/internal/GaussianBlurViewSignal.cs
src/Tizen.NUI/src/internal/GlyphInfo.cs
src/Tizen.NUI/src/internal/HoverSignal.cs
src/Tizen.NUI/src/internal/Image.cs
src/Tizen.NUI/src/internal/ImageSignal.cs
src/Tizen.NUI/src/internal/InputMethodOptions.cs
src/Tizen.NUI/src/internal/Interop/Inerop.KeyboardEventSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AccessibilityManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActivatedSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Actor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorHoverSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorInternal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorTouchDataSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ActorWheelSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Adaptor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Alignment.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AlphaFunction.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Angle.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AngleAxis.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AngleThresholdPair.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Animation.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Any.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Application.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ApplicationControlSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ApplicationSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AsyncImageLoader.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.BaseHandle.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.BaseObject.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.BorderVisual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.BufferImage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Builder.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Button.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ButtonSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.CameraActor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.CheckBoxButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ClampState2D.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ColorVisual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ConnectionTracker.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ControlKeySignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.CustomActorImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.CustomAlgorithmInterface.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.DaliException.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.DragAndDropDetector.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.EventThreadCallback.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Extents.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FlexContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FloatSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FocusChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FocusGroupChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FocusManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FontClient.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FrameBuffer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.FrameBufferImage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.GaussianBlurView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.GaussianBlurViewSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Geometry.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Gesture.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.GestureDetector.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.GlyphInfo.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.GradientVisual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Handle.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.HandleInternal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Hover.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Image.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ImageLoading.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ImageView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ImageVisual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.InputMethodContext.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.InputMethodOptions.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Item.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ItemContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ItemFactory.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ItemIdContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ItemLayout.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ItemRange.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ItemView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Key.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.KeyEventSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.KeyFrames.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.KeyInputFocusManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardResizedSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardTypeSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LanguageChangedSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Layer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LinearConstrainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGesture.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGestureDetectedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGestureDetector.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LowBatterySignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.LowMemorySignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Matrix.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Model3DView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalic.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicAnchorPoint.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicMachine.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicMeshVisual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicParentOrigin.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicPrimitive.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicText.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicToolTip.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicVisual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NDalicXYZ.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NativeImageInterface.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.NinePatchImage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ObjectDestroyedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ObjectRegistry.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PaddingType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PageFactory.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PagePanSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnLandscapeView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnPortraitView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PanGestureDetector.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Path.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PathConstrainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PinchGesture.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PixelBuffer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PixelData.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Popup.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PreFocusSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ProgressBar.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Property.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PropertyBuffer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PropertyCondition.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PropertyMap.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PropertyNotification.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PropertyNotifySignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PropertyValue.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.PushButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Radian.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.RadioButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Rectangle.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.RefObject.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.RenderTask.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Renderer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ResizedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ResourceImage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Rotation.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Ruler.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Sampler.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ScrollBar.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ScrollStateChangeSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ScrollView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Scrollable.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ScrollableSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Shader.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.SingalObserver.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Slider.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Stage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.StageSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.StateChangeSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.StatusSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.StringValuePair.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.StyleChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.StyleManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TableView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TapGesture.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TapGestureDetectedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TapGestureDetector.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Texture.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TextureSet.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TimePeriod.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Timer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ToggleButton.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TouchPoint.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TouchPointContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TouchSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TransitionData.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TtsPlayer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TypeInfo.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TypeRegistration.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.TypeRegistry.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Uint16Pair.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Util.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Vector2.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Vector3.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Vector4.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VectorBlob.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VectorFloat.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VectorInteger.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VectorUint16Pair.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VectorUnsignedChar.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VideoView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.View.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewImplSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewInternal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewResourceReadySignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewVisibilityChangedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewWrapper.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewWrapperImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Visual.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VisualBase.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VisualFactory.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VoidSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.VoidSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Watch.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Wheel.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Widget.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WidgetApplication.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WidgetImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WidgetView.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WidgetViewManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WindowFocusSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WindowInternal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.doublep.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.floatp.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.intp.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.uintp.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ushortp.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/InteropObjectCreatedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/ManualPINVOKE.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Item.cs
src/Tizen.NUI/src/internal/ItemContainer.cs
src/Tizen.NUI/src/internal/ItemFactory.cs
src/Tizen.NUI/src/internal/ItemIdContainer.cs
src/Tizen.NUI/src/internal/ItemLayout.cs
src/Tizen.NUI/src/internal/ItemRange.cs
src/Tizen.NUI/src/internal/ItemView.cs
src/Tizen.NUI/src/internal/KeyEventSignal.cs
src/Tizen.NUI/src/internal/KeyInputFocusManager.cs
src/Tizen.NUI/src/internal/KeyInputFocusSignal.cs
src/Tizen.NUI/src/internal/KeyboardEventSignalType.cs
src/Tizen.NUI/src/internal/KeyboardResizedSignalType.cs
src/Tizen.NUI/src/internal/KeyboardTypeSignalType.cs
src/Tizen.NUI/src/internal/LanguageChangedSignalType.cs
src/Tizen.NUI/src/internal/Layouting/AbsoluteLayout.cs
src/Tizen.NUI/src/internal/Layouting/FlexLayout.cs
src/Tizen.NUI/src/internal/Layouting/GridLayout.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.AbsoluteLayout.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.FlexLayout.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.GridLayout.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.Layout.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutController.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutGroupWrapper.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutGroupWrapperImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutItemPtr.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutItemWrapper.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutItemWrapperImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutLength.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutParent.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutSize.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LinearLayout.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.MeasureSpec.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.MeasuredSize.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/Interop/LayoutPINVOKE.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutController.cs
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapper.cs
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapperImpl.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItem.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItemPtr.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapper.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapperImpl.cs
src/Tizen.NUI/src/internal/Layouting/LayoutLength.cs
src/Tizen.NUI/src/internal/Layouting/LayoutMeasureSpec.cs
src/Tizen.NUI/src/internal/Layouting/LayoutPINVOKE.cs [deleted file]
src/Tizen.NUI/src/internal/Layouting/LayoutSize.cs
src/Tizen.NUI/src/internal/Layouting/LinearLayout.cs
src/Tizen.NUI/src/internal/Layouting/MeasuredSize.cs
src/Tizen.NUI/src/internal/LinearConstrainer.cs
src/Tizen.NUI/src/internal/LongPressGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/LowBatterySignalType.cs
src/Tizen.NUI/src/internal/LowMemorySignalType.cs
src/Tizen.NUI/src/internal/ManualPINVOKE.cs [deleted file]
src/Tizen.NUI/src/internal/Matrix.cs
src/Tizen.NUI/src/internal/Matrix3.cs
src/Tizen.NUI/src/internal/Model3dView.cs
src/Tizen.NUI/src/internal/NDalic.cs
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs [deleted file]
src/Tizen.NUI/src/internal/NUICoreBackend.cs
src/Tizen.NUI/src/internal/NativeImage.cs
src/Tizen.NUI/src/internal/NativeImageInterface.cs
src/Tizen.NUI/src/internal/Object.cs
src/Tizen.NUI/src/internal/ObjectCreatedSignal.cs
src/Tizen.NUI/src/internal/ObjectDestroyedSignal.cs
src/Tizen.NUI/src/internal/ObjectRegistry.cs
src/Tizen.NUI/src/internal/PageFactory.cs
src/Tizen.NUI/src/internal/PagePanSignal.cs
src/Tizen.NUI/src/internal/PageTurnLandscapeView.cs
src/Tizen.NUI/src/internal/PageTurnPortraitView.cs
src/Tizen.NUI/src/internal/PageTurnSignal.cs
src/Tizen.NUI/src/internal/PageTurnView.cs
src/Tizen.NUI/src/internal/PanGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/PathConstrainer.cs
src/Tizen.NUI/src/internal/PinchGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/PreFocusChangeSignal.cs
src/Tizen.NUI/src/internal/ProgressBarValueChangedSignal.cs
src/Tizen.NUI/src/internal/PropertyRegistration.cs
src/Tizen.NUI/src/internal/RefObject.cs
src/Tizen.NUI/src/internal/Registry.cs
src/Tizen.NUI/src/internal/RenderTask.cs
src/Tizen.NUI/src/internal/RenderTaskList.cs
src/Tizen.NUI/src/internal/RenderTaskSignal.cs
src/Tizen.NUI/src/internal/ResizedSignal.cs
src/Tizen.NUI/src/internal/Ruler.cs
src/Tizen.NUI/src/internal/RulerDomain.cs
src/Tizen.NUI/src/internal/RulerPtr.cs
src/Tizen.NUI/src/internal/ScrollStateChangedSignal.cs
src/Tizen.NUI/src/internal/ScrollViewSnapStartedSignal.cs
src/Tizen.NUI/src/internal/ScrollableSignal.cs
src/Tizen.NUI/src/internal/SignalConnectorType.cs
src/Tizen.NUI/src/internal/SignalObserver.cs
src/Tizen.NUI/src/internal/SliderMarkReachedSignal.cs
src/Tizen.NUI/src/internal/SliderValueChangedSignal.cs
src/Tizen.NUI/src/internal/SlotObserver.cs
src/Tizen.NUI/src/internal/StageWheelSignal.cs
src/Tizen.NUI/src/internal/StateChangedSignalType.cs
src/Tizen.NUI/src/internal/StatusSignalType.cs
src/Tizen.NUI/src/internal/StringValuePair.cs
src/Tizen.NUI/src/internal/StyleChangedSignal.cs
src/Tizen.NUI/src/internal/TapGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/TextEditorSignal.cs
src/Tizen.NUI/src/internal/TextFieldSignal.cs
src/Tizen.NUI/src/internal/TimePeriod.cs
src/Tizen.NUI/src/internal/TimerSignalType.cs
src/Tizen.NUI/src/internal/TouchDataSignal.cs
src/Tizen.NUI/src/internal/TouchPoint.cs
src/Tizen.NUI/src/internal/TouchPointContainer.cs
src/Tizen.NUI/src/internal/TouchSignal.cs
src/Tizen.NUI/src/internal/TypeAction.cs
src/Tizen.NUI/src/internal/TypeRegistration.cs
src/Tizen.NUI/src/internal/Uint16Pair.cs
src/Tizen.NUI/src/internal/VectorBase.cs
src/Tizen.NUI/src/internal/VectorBlob.cs
src/Tizen.NUI/src/internal/VectorUint16Pair.cs
src/Tizen.NUI/src/internal/VectorUnsignedChar.cs
src/Tizen.NUI/src/internal/VersionCheck.cs
src/Tizen.NUI/src/internal/VideoViewSignal.cs
src/Tizen.NUI/src/internal/ViewImpl.cs
src/Tizen.NUI/src/internal/ViewLayoutDirectionChangedSignal.cs
src/Tizen.NUI/src/internal/ViewResourceReadySignal.cs
src/Tizen.NUI/src/internal/ViewSignal.cs
src/Tizen.NUI/src/internal/ViewVisibilityChangedSignal.cs
src/Tizen.NUI/src/internal/ViewWrapperImpl.cs
src/Tizen.NUI/src/internal/VoidSignal.cs
src/Tizen.NUI/src/internal/WatchApplication.cs
src/Tizen.NUI/src/internal/WatchBoolSignal.cs
src/Tizen.NUI/src/internal/WatchTimeSignal.cs
src/Tizen.NUI/src/internal/WebView.cs
src/Tizen.NUI/src/internal/WheelSignal.cs
src/Tizen.NUI/src/internal/WidgetApplication.cs
src/Tizen.NUI/src/internal/WidgetImpl.cs
src/Tizen.NUI/src/internal/WidgetViewSignal.cs
src/Tizen.NUI/src/internal/WindowFocusSignalType.cs
src/Tizen.NUI/src/internal/doublep.cs
src/Tizen.NUI/src/internal/floatp.cs
src/Tizen.NUI/src/internal/intp.cs
src/Tizen.NUI/src/internal/uintp.cs
src/Tizen.NUI/src/internal/ushortp.cs
src/Tizen.NUI/src/public/Adaptor.cs
src/Tizen.NUI/src/public/AlphaFunction.cs
src/Tizen.NUI/src/public/Animatable.cs
src/Tizen.NUI/src/public/Animation.cs
src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/Scrollable.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/BaseHandle.cs
src/Tizen.NUI/src/public/Color.cs
src/Tizen.NUI/src/public/Degree.cs
src/Tizen.NUI/src/public/Extents.cs
src/Tizen.NUI/src/public/FocusManager.cs
src/Tizen.NUI/src/public/FontClient.cs
src/Tizen.NUI/src/public/Geometry.cs
src/Tizen.NUI/src/public/Gesture.cs
src/Tizen.NUI/src/public/GestureDetector.cs
src/Tizen.NUI/src/public/Hover.cs
src/Tizen.NUI/src/public/ImageLoading.cs
src/Tizen.NUI/src/public/ImfManager.cs
src/Tizen.NUI/src/public/InputMethodContext.cs
src/Tizen.NUI/src/public/Key.cs
src/Tizen.NUI/src/public/KeyFrames.cs
src/Tizen.NUI/src/public/Layer.cs
src/Tizen.NUI/src/public/LongPressGesture.cs
src/Tizen.NUI/src/public/LongPressGestureDetector.cs
src/Tizen.NUI/src/public/NUIApplication.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/PaddingType.cs
src/Tizen.NUI/src/public/PanGesture.cs
src/Tizen.NUI/src/public/PanGestureDetector.cs
src/Tizen.NUI/src/public/Path.cs
src/Tizen.NUI/src/public/PinchGesture.cs
src/Tizen.NUI/src/public/PinchGestureDetector.cs
src/Tizen.NUI/src/public/PixelBuffer.cs
src/Tizen.NUI/src/public/PixelData.cs
src/Tizen.NUI/src/public/Position.cs
src/Tizen.NUI/src/public/Position2D.cs
src/Tizen.NUI/src/public/Property.cs
src/Tizen.NUI/src/public/PropertyBuffer.cs
src/Tizen.NUI/src/public/PropertyCondition.cs
src/Tizen.NUI/src/public/PropertyNotification.cs
src/Tizen.NUI/src/public/PropertyNotifySignal.cs
src/Tizen.NUI/src/public/Radian.cs
src/Tizen.NUI/src/public/Rectangle.cs
src/Tizen.NUI/src/public/RelativeVector2.cs
src/Tizen.NUI/src/public/RelativeVector3.cs
src/Tizen.NUI/src/public/RelativeVector4.cs
src/Tizen.NUI/src/public/RelayoutContainer.cs
src/Tizen.NUI/src/public/Renderer.cs
src/Tizen.NUI/src/public/Rotation.cs
src/Tizen.NUI/src/public/Sampler.cs
src/Tizen.NUI/src/public/ScrollViewEffect.cs
src/Tizen.NUI/src/public/ScrollViewPagePathEffect.cs
src/Tizen.NUI/src/public/Shader.cs
src/Tizen.NUI/src/public/Size.cs
src/Tizen.NUI/src/public/Size2D.cs
src/Tizen.NUI/src/public/StyleManager.cs
src/Tizen.NUI/src/public/TTSPlayer.cs
src/Tizen.NUI/src/public/TapGesture.cs
src/Tizen.NUI/src/public/TapGestureDetector.cs
src/Tizen.NUI/src/public/Texture.cs
src/Tizen.NUI/src/public/TextureSet.cs
src/Tizen.NUI/src/public/Timer.cs
src/Tizen.NUI/src/public/Touch.cs
src/Tizen.NUI/src/public/TransitionData.cs
src/Tizen.NUI/src/public/TypeInfo.cs
src/Tizen.NUI/src/public/TypeRegistry.cs
src/Tizen.NUI/src/public/UIComponents/Button.cs
src/Tizen.NUI/src/public/UIComponents/CheckBoxButton.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/RadioButton.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/Vector2.cs
src/Tizen.NUI/src/public/Vector3.cs
src/Tizen.NUI/src/public/Vector4.cs
src/Tizen.NUI/src/public/ViewWrapper.cs
src/Tizen.NUI/src/public/VisualBase.cs
src/Tizen.NUI/src/public/VisualFactory.cs
src/Tizen.NUI/src/public/WatchTime.cs
src/Tizen.NUI/src/public/Wheel.cs
src/Tizen.NUI/src/public/Widget.cs
src/Tizen.NUI/src/public/WidgetView.cs
src/Tizen.NUI/src/public/WidgetViewManager.cs
src/Tizen.NUI/src/public/Window.cs [changed mode: 0644->0755]