Searched refs:listIndex (Results 1 – 14 of 14) 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()
209 int listIndex = Util.indexOf(mSubList, list); in getImageIndex() local210 if (listIndex == -1) { in getImageIndex()221 if (which == listIndex) { in getImageIndex()
127 public void log(int listIndex) { in log() argument128 Slog.d(TAG, "" + listIndex + in log()
74 int listIndex; member
234 mdpToLayer[mdpIdx].listIndex = idx; in map()
92 int listIndex; member
261 mdpToLayer[mdpIdx].listIndex = idx; in map()
95 int listIndex; member
278 mdpToLayer[mdpIdx].listIndex = idx; in map()
97 int listIndex; member
344 mdpToLayer[mdpIdx].listIndex = idx; in map()
3750 public void setItemIndex(int itemIndex, int listIndex) {3751 mItemIndices[itemIndex] = listIndex;