diff --git a/src/Compatibility/Core/src/AppHostBuilderExtensions.Tizen.cs b/src/Compatibility/Core/src/AppHostBuilderExtensions.Tizen.cs index 16733fe69a85..f1ea9722b4c4 100644 --- a/src/Compatibility/Core/src/AppHostBuilderExtensions.Tizen.cs +++ b/src/Compatibility/Core/src/AppHostBuilderExtensions.Tizen.cs @@ -1,7 +1,7 @@ +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Maui.Controls.Compatibility; using Microsoft.Maui.Hosting; using Microsoft.Maui.LifecycleEvents; -using Microsoft.Maui.Controls.Compatibility; -using Microsoft.Extensions.DependencyInjection; using TDeviceInfo = Tizen.UIExtensions.Common.DeviceInfo; namespace Microsoft.Maui.Controls.Compatibility.Hosting diff --git a/src/Compatibility/Core/src/Tizen/Extensions/ColorExtensions.cs b/src/Compatibility/Core/src/Tizen/Extensions/ColorExtensions.cs index eeddc6a3af62..36a3e6a60012 100644 --- a/src/Compatibility/Core/src/Tizen/Extensions/ColorExtensions.cs +++ b/src/Compatibility/Core/src/Tizen/Extensions/ColorExtensions.cs @@ -1,6 +1,6 @@ using Microsoft.Maui.Graphics; -using TColor = Tizen.UIExtensions.Common.Color; using NColor = Tizen.NUI.Color; +using TColor = Tizen.UIExtensions.Common.Color; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { diff --git a/src/Compatibility/Core/src/Tizen/Extensions/DensityIndependentPixelExtensions.cs b/src/Compatibility/Core/src/Tizen/Extensions/DensityIndependentPixelExtensions.cs index c67889f81364..eacaf83cce7a 100644 --- a/src/Compatibility/Core/src/Tizen/Extensions/DensityIndependentPixelExtensions.cs +++ b/src/Compatibility/Core/src/Tizen/Extensions/DensityIndependentPixelExtensions.cs @@ -1,8 +1,8 @@ using Microsoft.Maui.Graphics; +using NSize = Tizen.NUI.Size2D; using Rect = Microsoft.Maui.Graphics.Rect; using TRect = Tizen.UIExtensions.Common.Rect; using TSize = Tizen.UIExtensions.Common.Size; -using NSize = Tizen.NUI.Size2D; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { diff --git a/src/Compatibility/Core/src/Tizen/Extensions/GeometryExtensions.cs b/src/Compatibility/Core/src/Tizen/Extensions/GeometryExtensions.cs index ceb048763645..072d623e9399 100644 --- a/src/Compatibility/Core/src/Tizen/Extensions/GeometryExtensions.cs +++ b/src/Compatibility/Core/src/Tizen/Extensions/GeometryExtensions.cs @@ -1,8 +1,8 @@ using System.Collections.Generic; -using SkiaSharp; using Microsoft.Maui.Controls.Shapes; -using Rect = Microsoft.Maui.Graphics.Rect; +using SkiaSharp; using Point = Microsoft.Maui.Graphics.Point; +using Rect = Microsoft.Maui.Graphics.Rect; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen diff --git a/src/Compatibility/Core/src/Tizen/Extensions/TransformExtensions.cs b/src/Compatibility/Core/src/Tizen/Extensions/TransformExtensions.cs index 63805730a753..5615170bc18b 100644 --- a/src/Compatibility/Core/src/Tizen/Extensions/TransformExtensions.cs +++ b/src/Compatibility/Core/src/Tizen/Extensions/TransformExtensions.cs @@ -1,5 +1,5 @@ -using SkiaSharp; using Microsoft.Maui.Controls.Shapes; +using SkiaSharp; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { diff --git a/src/Compatibility/Core/src/Tizen/Forms.cs b/src/Compatibility/Core/src/Tizen/Forms.cs index 52ba88f09b07..771835ff281a 100644 --- a/src/Compatibility/Core/src/Tizen/Forms.cs +++ b/src/Compatibility/Core/src/Tizen/Forms.cs @@ -5,12 +5,12 @@ using System.Reflection; using Microsoft.Maui.Controls.Compatibility.Platform.Tizen; using Microsoft.Maui.Controls.Internals; -using Tizen.Applications; using Microsoft.Maui.Devices; +using Tizen.Applications; using Color = Microsoft.Maui.Graphics.Color; using NView = Tizen.NUI.BaseComponents.View; -using TDeviceInfo = Tizen.UIExtensions.Common.DeviceInfo; using Size = Microsoft.Maui.Graphics.Size; +using TDeviceInfo = Tizen.UIExtensions.Common.DeviceInfo; namespace Microsoft.Maui.Controls.Compatibility { diff --git a/src/Compatibility/Core/src/Tizen/Gesture/PanGestureHandler.cs b/src/Compatibility/Core/src/Tizen/Gesture/PanGestureHandler.cs index ec2a1e435ce1..a996a314ba05 100644 --- a/src/Compatibility/Core/src/Tizen/Gesture/PanGestureHandler.cs +++ b/src/Compatibility/Core/src/Tizen/Gesture/PanGestureHandler.cs @@ -1,6 +1,6 @@ +using GestureStateType = Tizen.NUI.Gesture.StateType; using NGestureDetector = Tizen.NUI.GestureDetector; using PanGestureDetector = Tizen.NUI.PanGestureDetector; -using GestureStateType = Tizen.NUI.Gesture.StateType; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { diff --git a/src/Compatibility/Core/src/Tizen/Renderers/BoxViewRenderer.cs b/src/Compatibility/Core/src/Tizen/Renderers/BoxViewRenderer.cs index cd7fae1bd551..f89378221de6 100644 --- a/src/Compatibility/Core/src/Tizen/Renderers/BoxViewRenderer.cs +++ b/src/Compatibility/Core/src/Tizen/Renderers/BoxViewRenderer.cs @@ -1,6 +1,6 @@ -using NView = Tizen.NUI.BaseComponents.View; -using Tizen.UIExtensions.NUI; using Microsoft.Maui.Controls.Platform; +using Tizen.UIExtensions.NUI; +using NView = Tizen.NUI.BaseComponents.View; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { diff --git a/src/Compatibility/Core/src/Tizen/Renderers/VisualElementRenderer.cs b/src/Compatibility/Core/src/Tizen/Renderers/VisualElementRenderer.cs index 01a64986dfbf..316657eed71a 100644 --- a/src/Compatibility/Core/src/Tizen/Renderers/VisualElementRenderer.cs +++ b/src/Compatibility/Core/src/Tizen/Renderers/VisualElementRenderer.cs @@ -3,17 +3,17 @@ using System.ComponentModel; using System.Linq; using Microsoft.Maui.Controls.Internals; -using Size = Microsoft.Maui.Graphics.Size; -using Rect = Microsoft.Maui.Graphics.Rect; -using Point = Microsoft.Maui.Graphics.Point; using Microsoft.Maui.Controls.Platform; using Tizen.NUI; using Tizen.UIExtensions.Common; -using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement; -using XFocusDirection = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection; +using Tizen.UIExtensions.NUI; using NView = Tizen.NUI.BaseComponents.View; +using Point = Microsoft.Maui.Graphics.Point; +using Rect = Microsoft.Maui.Graphics.Rect; +using Size = Microsoft.Maui.Graphics.Size; +using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement; using TPoint = Tizen.UIExtensions.Common.Point; -using Tizen.UIExtensions.NUI; +using XFocusDirection = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection; namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen { diff --git a/src/Controls/src/Core/Compatibility/Handlers/TableView/Tizen/TableViewRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/TableView/Tizen/TableViewRenderer.cs index 748914a8e7d0..ada7a69c466a 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/TableView/Tizen/TableViewRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/TableView/Tizen/TableViewRenderer.cs @@ -5,10 +5,10 @@ using Microsoft.Maui.Controls.Handlers.Items; using Microsoft.Maui.Controls.Platform; using Tizen.UIExtensions.NUI; +using IMeasurable = Tizen.UIExtensions.Common.IMeasurable; using Size = Microsoft.Maui.Graphics.Size; using TCollectionView = Tizen.UIExtensions.NUI.CollectionView; using TItemSizingStrategy = Tizen.UIExtensions.NUI.ItemSizingStrategy; -using IMeasurable = Tizen.UIExtensions.Common.IMeasurable; using TSize = Tizen.UIExtensions.Common.Size; namespace Microsoft.Maui.Controls.Handlers.Compatibility diff --git a/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs index 8907ea8c1cf6..2150ad58740a 100644 --- a/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs @@ -1,7 +1,7 @@ #nullable disable using Microsoft.Maui; -using Microsoft.Maui.Handlers; using Microsoft.Maui.Controls.Platform; +using Microsoft.Maui.Handlers; namespace Microsoft.Maui.Controls { diff --git a/src/Controls/src/Core/HandlerImpl/TabbedPage/TabbedPage.Tizen.cs b/src/Controls/src/Core/HandlerImpl/TabbedPage/TabbedPage.Tizen.cs index 51a8499f7ff5..9ca7f2a92406 100644 --- a/src/Controls/src/Core/HandlerImpl/TabbedPage/TabbedPage.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/TabbedPage/TabbedPage.Tizen.cs @@ -6,8 +6,8 @@ using GColor = Microsoft.Maui.Graphics.Color; using GColors = Microsoft.Maui.Graphics.Colors; using NCollectionView = Tizen.UIExtensions.NUI.CollectionView; -using NLayoutParamPolicies = Tizen.NUI.BaseComponents.LayoutParamPolicies; using NItemSizingStrategy = Tizen.UIExtensions.NUI.ItemSizingStrategy; +using NLayoutParamPolicies = Tizen.NUI.BaseComponents.LayoutParamPolicies; using NView = Tizen.NUI.BaseComponents.View; using XLabel = Microsoft.Maui.Controls.Label; diff --git a/src/Controls/src/Core/Platform/Tizen/Extensions/TextExtensions.cs b/src/Controls/src/Core/Platform/Tizen/Extensions/TextExtensions.cs index 1de971af0428..67dc7832f5d3 100644 --- a/src/Controls/src/Core/Platform/Tizen/Extensions/TextExtensions.cs +++ b/src/Controls/src/Core/Platform/Tizen/Extensions/TextExtensions.cs @@ -1,10 +1,10 @@ #nullable disable using Microsoft.Maui.Controls.Internals; using Tizen.UIExtensions.NUI; -using TEntry = Tizen.UIExtensions.NUI.Entry; using TEditor = Tizen.UIExtensions.NUI.Editor; -using TLabel = Tizen.UIExtensions.NUI.Label; +using TEntry = Tizen.UIExtensions.NUI.Entry; using TFormattedString = Tizen.UIExtensions.Common.FormattedString; +using TLabel = Tizen.UIExtensions.NUI.Label; using TSpan = Tizen.UIExtensions.Common.Span; namespace Microsoft.Maui.Controls.Platform diff --git a/src/Core/src/Fonts/FontManager.Tizen.cs b/src/Core/src/Fonts/FontManager.Tizen.cs index 9daf1050b111..1574303695b1 100644 --- a/src/Core/src/Fonts/FontManager.Tizen.cs +++ b/src/Core/src/Fonts/FontManager.Tizen.cs @@ -1,6 +1,6 @@ using System; -using System.IO; using System.Collections.Concurrent; +using System.IO; namespace Microsoft.Maui { diff --git a/src/Core/src/Handlers/Picker/PickerHandler.Tizen.cs b/src/Core/src/Handlers/Picker/PickerHandler.Tizen.cs index b737dfedc674..1b8a521a2d4d 100644 --- a/src/Core/src/Handlers/Picker/PickerHandler.Tizen.cs +++ b/src/Core/src/Handlers/Picker/PickerHandler.Tizen.cs @@ -1,9 +1,9 @@ using Tizen.NUI; using Tizen.UIExtensions.NUI; using NColor = Tizen.NUI.Color; +using NEntry = Tizen.UIExtensions.NUI.Entry; using NPosition = Tizen.NUI.Position; using NView = Tizen.NUI.BaseComponents.View; -using NEntry = Tizen.UIExtensions.NUI.Entry; namespace Microsoft.Maui.Handlers { diff --git a/src/Core/src/Handlers/View/ViewHandlerOfT.Tizen.cs b/src/Core/src/Handlers/View/ViewHandlerOfT.Tizen.cs index 11735c400edf..3f11a32a46de 100644 --- a/src/Core/src/Handlers/View/ViewHandlerOfT.Tizen.cs +++ b/src/Core/src/Handlers/View/ViewHandlerOfT.Tizen.cs @@ -1,9 +1,9 @@ using System; using Tizen.UIExtensions.Common; using Tizen.UIExtensions.NUI; +using NView = Tizen.NUI.BaseComponents.View; using Rect = Microsoft.Maui.Graphics.Rect; using Size = Microsoft.Maui.Graphics.Size; -using NView = Tizen.NUI.BaseComponents.View; using TSize = Tizen.UIExtensions.Common.Size; namespace Microsoft.Maui.Handlers diff --git a/src/Core/src/Handlers/ViewHandlerExtensions.Tizen.cs b/src/Core/src/Handlers/ViewHandlerExtensions.Tizen.cs index 1e6d0c3f2f54..271ce8f25912 100644 --- a/src/Core/src/Handlers/ViewHandlerExtensions.Tizen.cs +++ b/src/Core/src/Handlers/ViewHandlerExtensions.Tizen.cs @@ -2,8 +2,8 @@ using Microsoft.Maui.Graphics; using Tizen.UIExtensions.NUI; using IMeasurable = Tizen.UIExtensions.Common.IMeasurable; -using NMeasuredSize = Tizen.NUI.MeasuredSize; using NLayoutLength = Tizen.NUI.LayoutLength; +using NMeasuredSize = Tizen.NUI.MeasuredSize; namespace Microsoft.Maui { diff --git a/src/Core/src/Platform/Tizen/ColorExtensions.cs b/src/Core/src/Platform/Tizen/ColorExtensions.cs index 3750fd13aae1..dfa84ad20061 100644 --- a/src/Core/src/Platform/Tizen/ColorExtensions.cs +++ b/src/Core/src/Platform/Tizen/ColorExtensions.cs @@ -1,7 +1,7 @@ using Microsoft.Maui.Graphics; -using TLog = Tizen.UIExtensions.Common.Log; -using TColor = Tizen.UIExtensions.Common.Color; using NColor = Tizen.NUI.Color; +using TColor = Tizen.UIExtensions.Common.Color; +using TLog = Tizen.UIExtensions.Common.Log; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/DPExtensions.cs b/src/Core/src/Platform/Tizen/DPExtensions.cs index 2719a66c17f6..4e394ddf25cb 100644 --- a/src/Core/src/Platform/Tizen/DPExtensions.cs +++ b/src/Core/src/Platform/Tizen/DPExtensions.cs @@ -1,10 +1,10 @@ using System; using Microsoft.Maui.Graphics; +using DeviceInfo = Tizen.UIExtensions.Common.DeviceInfo; using NRectangle = Tizen.NUI.Rectangle; +using TPoint = Tizen.UIExtensions.Common.Point; using TRect = Tizen.UIExtensions.Common.Rect; using TSize = Tizen.UIExtensions.Common.Size; -using TPoint = Tizen.UIExtensions.Common.Point; -using DeviceInfo = Tizen.UIExtensions.Common.DeviceInfo; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/ImageSourcePartExtensions.cs b/src/Core/src/Platform/Tizen/ImageSourcePartExtensions.cs index 8b7d04608ee2..4bae84bd1acb 100644 --- a/src/Core/src/Platform/Tizen/ImageSourcePartExtensions.cs +++ b/src/Core/src/Platform/Tizen/ImageSourcePartExtensions.cs @@ -1,8 +1,8 @@ using System; using System.Threading; using System.Threading.Tasks; -using TImage = Tizen.NUI.BaseComponents.ImageView; using NView = Tizen.NUI.BaseComponents.View; +using TImage = Tizen.NUI.BaseComponents.ImageView; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/KeyboardExtensions.cs b/src/Core/src/Platform/Tizen/KeyboardExtensions.cs index b152850661b7..674a46271f1f 100644 --- a/src/Core/src/Platform/Tizen/KeyboardExtensions.cs +++ b/src/Core/src/Platform/Tizen/KeyboardExtensions.cs @@ -1,5 +1,5 @@ -using TKeyboard = Tizen.UIExtensions.Common.Keyboard; -using AutoCapital = Tizen.NUI.InputMethod.AutoCapitalType; +using AutoCapital = Tizen.NUI.InputMethod.AutoCapitalType; +using TKeyboard = Tizen.UIExtensions.Common.Keyboard; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/LabelExtensions.cs b/src/Core/src/Platform/Tizen/LabelExtensions.cs index 4df79cc055f9..d45a3b245f50 100644 --- a/src/Core/src/Platform/Tizen/LabelExtensions.cs +++ b/src/Core/src/Platform/Tizen/LabelExtensions.cs @@ -1,10 +1,10 @@ -using Tizen.UIExtensions.Common; +using Microsoft.Maui.Graphics; +using Tizen.NUI; +using Tizen.UIExtensions.Common; using Tizen.UIExtensions.NUI; +using NColor = Tizen.UIExtensions.Common.Color; using TLineBreakMode = Tizen.UIExtensions.Common.LineBreakMode; using TTextDecorationse = Tizen.UIExtensions.Common.TextDecorations; -using Microsoft.Maui.Graphics; -using Tizen.NUI; -using NColor = Tizen.UIExtensions.Common.Color; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/LayoutViewGroup.cs b/src/Core/src/Platform/Tizen/LayoutViewGroup.cs index 1fde20ded360..2fd4835e2616 100644 --- a/src/Core/src/Platform/Tizen/LayoutViewGroup.cs +++ b/src/Core/src/Platform/Tizen/LayoutViewGroup.cs @@ -1,6 +1,6 @@ using System; -using Tizen.UIExtensions.NUI; using Tizen.UIExtensions.Common; +using Tizen.UIExtensions.NUI; using Rect = Microsoft.Maui.Graphics.Rect; using Size = Microsoft.Maui.Graphics.Size; using TSize = Tizen.UIExtensions.Common.Size; diff --git a/src/Core/src/Platform/Tizen/MauiApplication.cs b/src/Core/src/Platform/Tizen/MauiApplication.cs index 84c5a0232a82..ca7cec927cb7 100644 --- a/src/Core/src/Platform/Tizen/MauiApplication.cs +++ b/src/Core/src/Platform/Tizen/MauiApplication.cs @@ -5,8 +5,8 @@ using Tizen.Applications; using Tizen.NUI; using IOPath = System.IO.Path; -using TApplication = Tizen.Applications.Application; using NView = Tizen.NUI.BaseComponents.View; +using TApplication = Tizen.Applications.Application; namespace Microsoft.Maui { diff --git a/src/Core/src/Platform/Tizen/MauiClipperView.cs b/src/Core/src/Platform/Tizen/MauiClipperView.cs index 631c8294bbbe..2d50f098d2ea 100644 --- a/src/Core/src/Platform/Tizen/MauiClipperView.cs +++ b/src/Core/src/Platform/Tizen/MauiClipperView.cs @@ -1,7 +1,7 @@ -using Tizen.UIExtensions.NUI; -using Microsoft.Maui.Graphics; +using Microsoft.Maui.Graphics; using Microsoft.Maui.Graphics.Skia; using Tizen.UIExtensions.Common; +using Tizen.UIExtensions.NUI; using Rect = Microsoft.Maui.Graphics.Rect; namespace Microsoft.Maui.Platform diff --git a/src/Core/src/Platform/Tizen/MauiContextExtensions.cs b/src/Core/src/Platform/Tizen/MauiContextExtensions.cs index 5414c5b83b9d..dec94de30ef3 100644 --- a/src/Core/src/Platform/Tizen/MauiContextExtensions.cs +++ b/src/Core/src/Platform/Tizen/MauiContextExtensions.cs @@ -1,6 +1,6 @@ using Microsoft.Extensions.DependencyInjection; -using Tizen.UIExtensions.NUI; using Tizen.NUI; +using Tizen.UIExtensions.NUI; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/MauiDateTimePicker.cs b/src/Core/src/Platform/Tizen/MauiDateTimePicker.cs index 8936dd284235..5e76ef9752ef 100644 --- a/src/Core/src/Platform/Tizen/MauiDateTimePicker.cs +++ b/src/Core/src/Platform/Tizen/MauiDateTimePicker.cs @@ -4,9 +4,9 @@ using Tizen.NUI.Components; using Tizen.UIExtensions.NUI; using NButton = Tizen.UIExtensions.NUI.Button; -using NView = Tizen.NUI.BaseComponents.View; using NFontAttributes = Tizen.UIExtensions.Common.FontAttributes; using NTextAlignment = Tizen.UIExtensions.Common.TextAlignment; +using NView = Tizen.NUI.BaseComponents.View; using TColor = Tizen.UIExtensions.Common.Color; namespace Microsoft.Maui.Platform diff --git a/src/Core/src/Platform/Tizen/MauiPicker.cs b/src/Core/src/Platform/Tizen/MauiPicker.cs index b2dccccced9d..5e76ea55d323 100644 --- a/src/Core/src/Platform/Tizen/MauiPicker.cs +++ b/src/Core/src/Platform/Tizen/MauiPicker.cs @@ -1,9 +1,9 @@ using System.ComponentModel; using System.Runtime.CompilerServices; using Tizen.NUI; +using NColor = Tizen.NUI.Color; using NEntry = Tizen.UIExtensions.NUI.Entry; using NView = Tizen.NUI.BaseComponents.View; -using NColor = Tizen.NUI.Color; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/MauiSearchBar.cs b/src/Core/src/Platform/Tizen/MauiSearchBar.cs index ab0899df3d79..1b81e4c27cc3 100644 --- a/src/Core/src/Platform/Tizen/MauiSearchBar.cs +++ b/src/Core/src/Platform/Tizen/MauiSearchBar.cs @@ -4,9 +4,9 @@ using Tizen.NUI; using Tizen.UIExtensions.Common; using Tizen.UIExtensions.NUI; +using NColor = Tizen.NUI.Color; using TSize = Tizen.UIExtensions.Common.Size; using TTextAlignment = Tizen.UIExtensions.Common.TextAlignment; -using NColor = Tizen.NUI.Color; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/MauiShapeView.cs b/src/Core/src/Platform/Tizen/MauiShapeView.cs index 08808ecd940b..c363542d6679 100644 --- a/src/Core/src/Platform/Tizen/MauiShapeView.cs +++ b/src/Core/src/Platform/Tizen/MauiShapeView.cs @@ -1,5 +1,5 @@ -using Tizen.UIExtensions.Common; -using Microsoft.Maui.Graphics.Skia.Views; +using Microsoft.Maui.Graphics.Skia.Views; +using Tizen.UIExtensions.Common; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/MauiStepper.cs b/src/Core/src/Platform/Tizen/MauiStepper.cs index 5f2630d3905f..13a9b5793b8c 100644 --- a/src/Core/src/Platform/Tizen/MauiStepper.cs +++ b/src/Core/src/Platform/Tizen/MauiStepper.cs @@ -3,12 +3,12 @@ using Tizen.NUI.BaseComponents; using Tizen.UIExtensions.Common; using Tizen.UIExtensions.NUI; +using MaterialIconButton = Tizen.UIExtensions.NUI.GraphicsView.MaterialIconButton; +using MaterialIcons = Tizen.UIExtensions.Common.GraphicsView.MaterialIcons; +using NColor = Tizen.NUI.Color; using NView = Tizen.NUI.BaseComponents.View; using TColor = Tizen.UIExtensions.Common.Color; -using NColor = Tizen.NUI.Color; using TSize = Tizen.UIExtensions.Common.Size; -using MaterialIcons = Tizen.UIExtensions.Common.GraphicsView.MaterialIcons; -using MaterialIconButton = Tizen.UIExtensions.NUI.GraphicsView.MaterialIconButton; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/ScrollViewExtensions.cs b/src/Core/src/Platform/Tizen/ScrollViewExtensions.cs index ce3791fdf52d..42b972aafda1 100644 --- a/src/Core/src/Platform/Tizen/ScrollViewExtensions.cs +++ b/src/Core/src/Platform/Tizen/ScrollViewExtensions.cs @@ -1,6 +1,6 @@ using Tizen.UIExtensions.NUI; -using TScrollOrientation = Tizen.UIExtensions.Common.ScrollOrientation; using TScrollBarVisibility = Tizen.UIExtensions.Common.ScrollBarVisibility; +using TScrollOrientation = Tizen.UIExtensions.Common.ScrollOrientation; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/Tizen/ToolbarExtensions.cs b/src/Core/src/Platform/Tizen/ToolbarExtensions.cs index 9b24a5fe54c6..f8bda49704ba 100644 --- a/src/Core/src/Platform/Tizen/ToolbarExtensions.cs +++ b/src/Core/src/Platform/Tizen/ToolbarExtensions.cs @@ -1,6 +1,6 @@ using Tizen.UIExtensions.Common.GraphicsView; -using TMaterialIconButton = Tizen.UIExtensions.NUI.GraphicsView.MaterialIconButton; using TColor = Tizen.UIExtensions.Common.Color; +using TMaterialIconButton = Tizen.UIExtensions.NUI.GraphicsView.MaterialIconButton; namespace Microsoft.Maui.Platform { diff --git a/src/Core/src/Platform/iOS/ViewExtensions.cs b/src/Core/src/Platform/iOS/ViewExtensions.cs index 3bc12bd8d6aa..7c486f1ce997 100644 --- a/src/Core/src/Platform/iOS/ViewExtensions.cs +++ b/src/Core/src/Platform/iOS/ViewExtensions.cs @@ -275,7 +275,7 @@ static void UpdateBackgroundLayerFrame(CALayer layer, CGRect bounds) { if (layer == null || layer.Sublayers == null || layer.Sublayers.Length == 0) return; - + foreach (var sublayer in layer.Sublayers) { if (sublayer.Name == BackgroundLayerName && sublayer.Frame != bounds) diff --git a/src/Core/tests/Benchmarks.Droid/MainInstrumentation.cs b/src/Core/tests/Benchmarks.Droid/MainInstrumentation.cs index a218b63bb1fd..5f63705a23d7 100644 --- a/src/Core/tests/Benchmarks.Droid/MainInstrumentation.cs +++ b/src/Core/tests/Benchmarks.Droid/MainInstrumentation.cs @@ -36,10 +36,10 @@ static bool Run() bool success = false; try { - var config = ManualConfig.CreateMinimumViable() - .AddJob(Job.Default.WithToolchain(new InProcessEmitToolchain(TimeSpan.FromMinutes(10), logOutput: true))) - .AddDiagnoser(MemoryDiagnoser.Default) - .WithOrderer(new DefaultOrderer(SummaryOrderPolicy.FastestToSlowest, MethodOrderPolicy.Alphabetical)); + var config = ManualConfig.CreateMinimumViable() + .AddJob(Job.Default.WithToolchain(new InProcessEmitToolchain(TimeSpan.FromMinutes(10), logOutput: true))) + .AddDiagnoser(MemoryDiagnoser.Default) + .WithOrderer(new DefaultOrderer(SummaryOrderPolicy.FastestToSlowest, MethodOrderPolicy.Alphabetical)); // ImageBenchmark class is hardcoded here for now BenchmarkRunner.Run(config); diff --git a/src/Essentials/src/Map/Map.tizen.cs b/src/Essentials/src/Map/Map.tizen.cs index 707665064b5c..50807dfe6544 100644 --- a/src/Essentials/src/Map/Map.tizen.cs +++ b/src/Essentials/src/Map/Map.tizen.cs @@ -2,8 +2,8 @@ using System.Globalization; using System.Linq; using System.Threading.Tasks; -using Tizen.Applications; using Microsoft.Maui.Devices.Sensors; +using Tizen.Applications; namespace Microsoft.Maui.ApplicationModel {