Home
last modified time | relevance | path

Searched refs:listIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListItemFocusablesFarApartTest.java50 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument
51 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index); in getChildOfItem()
55 public int getTopOfChildOfItem(int listIndex, int index) { in getTopOfChildOfItem() argument
56 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getTopOfChildOfItem()
61 public int getBottomOfChildOfItem(int listIndex, int index) { in getBottomOfChildOfItem() argument
62 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getBottomOfChildOfItem()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimPhoneBookTest.java49 int adnIndex, listIndex = 0; in testBasic() local
55 listIndex = adnIndex - 1; // listIndex is zero based. in testBasic()
56 originalAdn = adnRecordList.get(listIndex); in testBasic()
77 AdnRecord tmpAdn = adnRecordList.get(listIndex); in testBasic()
86 tmpAdn = adnRecordList.get(listIndex); in testBasic()
96 tmpAdn = adnRecordList.get(listIndex); in testBasic()
105 tmpAdn = adnRecordList.get(listIndex); in testBasic()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemFocusablesClose.java36 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument
37 return ((ViewGroup) getListView().getChildAt(listIndex)).getChildAt(index); in getChildOfItem()
/frameworks/base/core/java/com/android/internal/alsa/
DAlsaCardsParser.java127 public void log(int listIndex) { in log() argument
128 Slog.d(TAG, "" + listIndex + in log()