X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-impl.h;h=1315a6672a671184cec2051ceeb3ef2e5f3e19e4;hp=1591fb6b5d03950bfbc19fb7f44c0725c4b1943e;hb=73a843c989185d86282edb116aeac40a5f3eb865;hpb=63106d0a9407c87ff624f4b93e2627a0c7cc1e2a diff --git a/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.h b/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.h index 1591fb6..1315a66 100644 --- a/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.h +++ b/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.h @@ -649,27 +649,6 @@ private: void OnScrollAnimationFinished( Animation& source ); /** - * Called when either the X or Y internal scroll positions have finished snapping back to mPropertyPrePosition - * - * @param[in] source the Animation instance that has completed. - */ - void OnSnapInternalPositionFinished( Animation& source ); - - /** - * Called whenever a snap animation on the x-axis has completed and we need to snap pre scroll - * position to our clamped position - * @param[in] position The x position to snap pre scroll property to - */ - void SnapInternalXTo( float position ); - - /** - * Called whenever a snap animation on the y-axis has completed and we need to snap pre scroll - * position to our clamped position - * @param[in] position The y position to snap pre scroll property to - */ - void SnapInternalYTo( float position ); - - /** * This is called internally whenever the Scroll Rulers are * modified. This will update the properties: 'scroll-position-min' * and 'scroll-position-max' to reflect the changes.