Refactoring GestureHandler for extension
authorSungHyun Min <shyun.min@samsung.com>
Wed, 22 Feb 2017 10:49:54 +0000 (19:49 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 24 Apr 2017 04:36:55 +0000 (13:36 +0900)
commite872cdf4ce49cfd6851ed74d164e19e62afe1077
tree1b5341bfeceed9054b29ffef88f757eb4675d97e
parentc5f90e5e9bf0690dcb7474a1aa6e49c704a5c159
Refactoring GestureHandler for extension

 - Design : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Refactoring+GestureHandler

Change-Id: I1cbcf830b4b1076c227b0ea641508198c7cb2102
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
12 files changed:
Xamarin.Forms.Platform.Tizen/ExportRendererHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Forms.cs
Xamarin.Forms.Platform.Tizen/GestureDetector.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/GestureHandler.cs
Xamarin.Forms.Platform.Tizen/IGestureController.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/PanGestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.Tizen/Renderers/ViewRenderer.cs
Xamarin.Forms.Platform.Tizen/Renderers/VisualElementRenderer.cs
Xamarin.Forms.Platform.Tizen/TapGestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj [changed mode: 0644->0755]