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

/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/arrowscroll/
H A DListItemFocusablesFarApartTest.java47 * @param listIndex The index of the currently visible items
50 public View getChildOfItem(int listIndex, int index) { argument
51 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index);
55 public int getTopOfChildOfItem(int listIndex, int index) { argument
56 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
61 public int getBottomOfChildOfItem(int listIndex, int index) { argument
62 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/listview/
H A DListItemFocusablesClose.java33 * @param listIndex The index of the currently visible items
36 public View getChildOfItem(int listIndex, int index) { argument
37 return ((ViewGroup) getListView().getChildAt(listIndex)).getChildAt(index);
/frameworks/base/tests/CoreTests/com/android/internal/telephony/
H A DSimPhoneBookTest.java46 int adnIndex, listIndex = 0;
52 listIndex = adnIndex - 1; // listIndex is zero based.
53 originalAdn = adnRecordList.get(listIndex);
74 AdnRecord tmpAdn = adnRecordList.get(listIndex);
83 tmpAdn = adnRecordList.get(listIndex);
93 tmpAdn = adnRecordList.get(listIndex);
102 tmpAdn = adnRecordList.get(listIndex);

Completed in 49 milliseconds