The D sign is correct, if you want to smooth the scroll ListViewin ListFragment, you need to call getListView()in ListFragment, and then call smoothScrollToPosition(int)on ListView, which is back. Of course, this only works up to API level 8, because when it smoothScrollToPosition(int)was introduced to AbsListView, it was a superclass ListView.
, AbsListView.java, , , AbsListView ListView. , smoothScrollToPosition(pos) start(pos) PositionScroller, , PositionScroller , onDetachedFromWindow(), public void onWindowFocusChanged(boolean hasWindowFocus). , PositionScroller API 7 AbsListView.
, API 7 8% , Android Market, , punt - , setSelectionFromTop, API 8 ( Build.VERSION.SDK_INT).