Searched refs:listIndex (Results 1 – 4 of 4) sorted by relevance
51 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument52 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index); in getChildOfItem()56 public int getTopOfChildOfItem(int listIndex, int index) { in getTopOfChildOfItem() argument57 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getTopOfChildOfItem()62 public int getBottomOfChildOfItem(int listIndex, int index) { in getBottomOfChildOfItem() argument63 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getBottomOfChildOfItem()
58 int adnIndex, listIndex = 0; in testBasic() local64 listIndex = adnIndex - 1; // listIndex is zero based. in testBasic()65 originalAdn = adnRecordList.get(listIndex); in testBasic()92 AdnRecord tmpAdn = adnRecordList.get(listIndex); in testBasic()110 tmpAdn = adnRecordList.get(listIndex); in testBasic()129 tmpAdn = adnRecordList.get(listIndex); in testBasic()143 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()