block feature gesture event 16/29616/1
authorjungwook.ryu <jungwook.ryu@samsung.com>
Thu, 30 Oct 2014 10:42:41 +0000 (19:42 +0900)
committerjungwook.ryu <jungwook.ryu@samsung.com>
Thu, 30 Oct 2014 10:42:41 +0000 (19:42 +0900)
Change-Id: Ie70a56d98939a453586ed356e292ea1f8fbadb06
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/timeline/chart/UIEventChart.java

index 12923cb..ad5c4bb 100644 (file)
@@ -52,7 +52,10 @@ public class UIEventChart extends TimelineChart {
        private static UIEventChart instance = null;
 
        private DAChartSeries touchEventSeries;
-       private DAChartSeries gestureEventSeries;
+       /*
+        * TODO code about Gesture is commented. it will be reopen when it implemented.
+        */
+//     private DAChartSeries gestureEventSeries;
        private DAChartSeries orientationEventSeries;
 
        private static final int TYPE_TOUCH = 2;
@@ -92,17 +95,17 @@ public class UIEventChart extends TimelineChart {
                                TimelineChartLabels.UI_EVENT_CHART_SERIES_NAME_TOUCH,
                                DAChartSeries.SERIES_STYLE_MULTI_CHECK_BAR,
                                ColorResources.SERIES_COLOR_UI_EVENT_TOUCH);
-               gestureEventSeries = new DAChartSeries(
-                               TimelineChartLabels.UI_EVENT_CHART_SERIES_NAME_GESTURE,
-                               DAChartSeries.SERIES_STYLE_MULTI_CHECK_BAR,
-                               ColorResources.SERIES_COLOR_UI_EVENT_GESTURE);
+//             gestureEventSeries = new DAChartSeries(
+//                             TimelineChartLabels.UI_EVENT_CHART_SERIES_NAME_GESTURE,
+//                             DAChartSeries.SERIES_STYLE_MULTI_CHECK_BAR,
+//                             ColorResources.SERIES_COLOR_UI_EVENT_GESTURE);
                orientationEventSeries = new DAChartSeries(
                                TimelineChartLabels.UI_EVENT_CHART_SERIES_NAME_ORIENTATION,
                                DAChartSeries.SERIES_STYLE_MULTI_CHECK_BAR,
                                ColorResources.SERIES_COLOR_UI_EVENT_ORIENTATION);
 
                touchEventSeries.setFont(FontResources.TIMELINE_UIEVENT_FONT);
-               gestureEventSeries.setFont(FontResources.TIMELINE_UIEVENT_FONT);
+//             gestureEventSeries.setFont(FontResources.TIMELINE_UIEVENT_FONT);
                orientationEventSeries.setFont(FontResources.TIMELINE_UIEVENT_FONT);
        }
 
@@ -130,7 +133,7 @@ public class UIEventChart extends TimelineChart {
                item.useExpand(false);
 
                chart.addSeries(touchEventSeries);
-               chart.addSeries(gestureEventSeries);
+//             chart.addSeries(gestureEventSeries);
                chart.addSeries(orientationEventSeries);
 
                setChartStyle();
@@ -141,7 +144,7 @@ public class UIEventChart extends TimelineChart {
        @Override
        public void inputChartSeries(List<Object> dataList) {
                touchEventSeries.clear();
-               gestureEventSeries.clear();
+//             gestureEventSeries.clear();
                orientationEventSeries.clear();
                
                @SuppressWarnings("unchecked")
@@ -167,10 +170,10 @@ public class UIEventChart extends TimelineChart {
                                touchEventSeries.addSeriesItem(new DAChartSeriesItem(time, 0,
                                                info));
                                break;
-                       case TYPE_GESTURE:
-                               gestureEventSeries.addSeriesItem(new DAChartSeriesItem(time, 0,
-                                               getGestureInfo(detailType, pointX, pointY, info1, info2)));
-                               break;
+//                     case TYPE_GESTURE:
+//                             gestureEventSeries.addSeriesItem(new DAChartSeriesItem(time, 0,
+//                                             getGestureInfo(detailType, pointX, pointY, info1, info2)));
+//                             break;
                        case TYPE_ORIENTATION:
                                orientationEventSeries.addSeriesItem(new DAChartSeriesItem(
                                                time, 0, TimelineChartLabels.UIEVENT_ORIENTATION