Searched refs:getTopOfChildOfItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListItemFocusablesFarApartTest.java55 public int getTopOfChildOfItem(int listIndex, int index) { method in class:ListItemFocusablesFarApartTest
72 int topOfFirstButton = getTopOfChildOfItem(0, 0);
73 int topOfSecondButton = getTopOfChildOfItem(0, 2);
87 while(getTopOfChildOfItem(0, 2) > mListBottom) {

Completed in 158 milliseconds