am b6936607: Merge change If3c7d429 into eclair-mr2
Merge commit 'b6936607b61e3115b5924e41be29c0430dd05613' into eclair-mr2-plus-aosp * commit 'b6936607b61e3115b5924e41be29c0430dd05613': Report SCROLL_STATE_IDLE after the user finishes a scroll (not a fling.)
This commit is contained in:
@@ -2109,6 +2109,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
|
||||
}
|
||||
reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
|
||||
mFlingRunnable.start(-initialVelocity);
|
||||
} else {
|
||||
mTouchMode = TOUCH_MODE_REST;
|
||||
reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user