Searched defs:listIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemFocusablesClose.java33 * @param listIndex The index of the currently visible items
36 public View getChildOfItem(int listIndex, int index) { argument
37 return ((ViewGroup) getListView().getChildAt(listIndex)).getChildAt(index);
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListItemFocusablesFarApartTest.java47 * @param listIndex The index of the currently visible items
50 public View getChildOfItem(int listIndex, int index) { argument
51 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index);
55 public int getTopOfChildOfItem(int listIndex, int index) { argument
56 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
61 public int getBottomOfChildOfItem(int listIndex, int index) { argument
62 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java98 public void log(int listIndex) { argument
99 Slog.d(TAG, "" + listIndex +
272 int listIndex = 0;
274 device.log(listIndex++);

Completed in 130 milliseconds