Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemFocusablesClose.java36 public View getChildOfItem(int listIndex, int index) { in getChildOfItem() argument
37 return ((ViewGroup) getListView().getChildAt(listIndex)).getChildAt(index); in getChildOfItem()
/aosp14/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java127 public void log(int listIndex) { in log() argument
128 Slog.d(TAG, "" + listIndex + in log()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java3798 public void setItemIndex(int itemIndex, int listIndex) {
3799 mItemIndices[itemIndex] = listIndex;