Revision Log value(UI Event) for compatibility with 2.3 protocol
authorjungwook.ryu <jungwook.ryu@samsung.com>
Wed, 8 Jul 2015 10:36:24 +0000 (19:36 +0900)
committerjungwook.ryu <jungwook.ryu@samsung.com>
Wed, 8 Jul 2015 10:36:44 +0000 (19:36 +0900)
Change-Id: Ia3518a5f4af2005f9a82a370ce1ae2e68d054e4f
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/timeline/chart/UIEventChart.java

index 36dea09..240e999 100644 (file)
@@ -55,15 +55,15 @@ public class UIEventChart extends TimelineChart {
        private DAChartSeries orientationEventSeries;
 
        private static final int TYPE_TOUCH = 2;
-       private static final int TYPE_ORIENTATION = 3;
-       private static final int TYPE_GESTURE_N_TAPS = 5;
-       private static final int TYPE_GESTURE_N_DOUBLE_TAPS = 6;
-       private static final int TYPE_GESTURE_N_TRIPLE_TAPS = 7;
-       private static final int TYPE_GESTURE_N_LONG_TAPS = 8;
-       private static final int TYPE_GESTURE_N_FLICKS = 9;
-       private static final int TYPE_GESTURE_N_LINES = 10;
-       private static final int TYPE_GESTURE_ZOOM = 11;
-       private static final int TYPE_GESTURE_ROTATE = 12;
+       private static final int TYPE_ORIENTATION = 4;
+       private static final int TYPE_GESTURE_N_TAPS = 6;
+       private static final int TYPE_GESTURE_N_DOUBLE_TAPS = 7;
+       private static final int TYPE_GESTURE_N_TRIPLE_TAPS = 8;
+       private static final int TYPE_GESTURE_N_LONG_TAPS = 9;
+       private static final int TYPE_GESTURE_N_FLICKS = 10;
+       private static final int TYPE_GESTURE_N_LINES = 11;
+       private static final int TYPE_GESTURE_ZOOM = 12;
+       private static final int TYPE_GESTURE_ROTATE = 13;
 
        private static final String NEW_LINE = CommonConstants.NEW_LINE;