Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListItemFocusablesFarApartTest.java51 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument
52 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index); in getChildOfItem()
56 public int getTopOfChildOfItem(int listIndex, int index) { in getTopOfChildOfItem() argument
57 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getTopOfChildOfItem()
62 public int getBottomOfChildOfItem(int listIndex, int index) { in getBottomOfChildOfItem() argument
63 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()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java3296 public void setItemIndex(int itemIndex, int listIndex) {
3297 mItemIndices[itemIndex] = listIndex;