Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java58 int adnIndex, listIndex = 0; in testBasic() local
64 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()
/aosp12/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()
/aosp12/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java209 int listIndex = Util.indexOf(mSubList, list); in getImageIndex() local
210 if (listIndex == -1) { in getImageIndex()
221 if (which == listIndex) { in getImageIndex()
/aosp12/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()
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h74 int listIndex; member
H A Dhwc_mdpcomp.cpp234 mdpToLayer[mdpIdx].listIndex = idx; in map()
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.h92 int listIndex; member
H A Dhwc_mdpcomp.cpp261 mdpToLayer[mdpIdx].listIndex = idx; in map()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.h95 int listIndex; member
H A Dhwc_mdpcomp.cpp278 mdpToLayer[mdpIdx].listIndex = idx; in map()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h97 int listIndex; member
H A Dhwc_mdpcomp.cpp344 mdpToLayer[mdpIdx].listIndex = idx; in map()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java3750 public void setItemIndex(int itemIndex, int listIndex) {
3751 mItemIndices[itemIndex] = listIndex;