//@Override
 public void smoothScrollBy(int distance, int duration)
 {
     mAbsListView.SmoothScrollBy(distance, duration);
 }