ScrollBar refactoring
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / scroll-view / scroll-view-wobble-effect-impl.h
index 22ba237..3044ab7 100644 (file)
  *
  */
 
-// INTERNAL INCLUDES
+// EXTERNAL INCLUDES
 #include <dali/public-api/animation/animation.h>
-#include <dali/public-api/animation/alpha-functions.h>
+#include <dali/public-api/animation/alpha-function.h>
 #include <dali/public-api/animation/time-period.h>
 #include <dali/public-api/object/ref-object.h>
 #include <dali/public-api/actors/custom-actor.h>
+
+// INTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view.h>
 #include <dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h>
 #include <dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-wobble-effect.h>
@@ -96,21 +98,21 @@ private:
    *
    * @param[in] position The current scroll position
    */
-  void OnScrollStart( const Vector3& position );
+  void OnScrollStart( const Vector2& position );
 
   /**
    * Signal handler, called when the ScrollView is moving
    *
    * @param[in] position The current scroll position
    */
-  void OnScrollUpdate( const Vector3& position );
+  void OnScrollUpdate( const Vector2& position );
 
   /**
    * Signal handler, called when the ScrollView has completed movement
    *
    * @param[in] position The current scroll position
    */
-  void OnScrollComplete( const Vector3& position );
+  void OnScrollComplete( const Vector2& position );
 
   /**
    * Signal handler, called when the Wobble Effect animation has completed.