Merge "docs: fixed typo" into pi-dev

am: 9ef8b6521c

Change-Id: I0f187f9d208d37dccc3b221fe41130173db951b1
This commit is contained in:
Joshua Baxter
2018-08-14 13:31:20 -07:00
committed by android-build-merger

View File

@@ -781,7 +781,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
* @param firstVisibleItem the index of the first visible cell (ignore if
* visibleItemCount == 0)
* @param visibleItemCount the number of visible cells
* @param totalItemCount the number of items in the list adaptor
* @param totalItemCount the number of items in the list adapter
*/
public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount,
int totalItemCount);