[SRADA-211]Horizontal Scroll Key short-cut
authorggh1933.go <ggh1933.go@samsung.com>
Wed, 16 Mar 2016 08:57:17 +0000 (17:57 +0900)
committerggh1933.go <ggh1933.go@samsung.com>
Wed, 16 Mar 2016 09:44:33 +0000 (18:44 +0900)
commit2a0dd1c5936d411f35adbee94e769cd96ab242b0
tree929d7e69b4f786a2c80f091a68e531dce9e545f9
parent1ec3bc0be6d4bd500d97b0ae0cf3e2cb79b132dc
[SRADA-211]Horizontal Scroll Key short-cut
   1. Changing from if to switch on TimeLineChartKeyListener
   2. Adding 'a' and 'd' for Horizontal Scrolling
   3. Adding 'q' and 'e' move start or end on timeline
   4. double changeScroll = (120 / Math.pow(2, zoom_val))
   - Fomula for Visible timeLine's width, Depending on changing of zoom_index

   # patch 1 : After change scale, update changed zoomIndex to zoom_val.

Change-Id: Ie3d4d2119d422c386d4b00bf6e5e3654231d6701
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/common/TimeLineChartKeyListener.java