Searched refs:listIndex (Results 1 – 4 of 4) sorted by relevance
50 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument51 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index); in getChildOfItem()55 public int getTopOfChildOfItem(int listIndex, int index) { in getTopOfChildOfItem() argument56 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getTopOfChildOfItem()61 public int getBottomOfChildOfItem(int listIndex, int index) { in getBottomOfChildOfItem() argument62 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getBottomOfChildOfItem()
49 int adnIndex, listIndex = 0; in testBasic() local55 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()
36 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument37 return ((ViewGroup) getListView().getChildAt(listIndex)).getChildAt(index); in getChildOfItem()
127 public void log(int listIndex) { in log() argument128 Slog.d(TAG, "" + listIndex + in log()