摘要:
下面是Google对该类的描述: [java] view plain copy /** * Helper for tracking the velocity of touch events, for implementing * flinging and other such gestures. U 阅读全文
摘要:
public int getScrollY() { View c = mListView.getChildAt(0); if (c == null ) { return 0; } int firstVisiblePosition = mListView.getFirstVisiblePosition 阅读全文