Searched defs:getListView (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListDividers.java49 public ListView getListView() { method in class:ListDividers
H A DListInHorizontal.java52 public ListView getListView() { method in class:ListInHorizontal
H A DListInVertical.java52 public ListView getListView() { method in class:ListInVertical
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfEditTexts.java36 public ListView getListView() { method in class:ListOfEditTexts
H A DListOfInternalSelectionViews.java47 public ListView getListView() { method in class:ListOfInternalSelectionViews
84 return (InternalSelectionView) getListView().getSelectedView();
/frameworks/base/core/java/android/app/
H A DListActivity.java199 * getListView().getItemAtPosition(position) if they need to access the
296 public ListView getListView() { method in class:ListActivity
H A DListFragment.java222 * getListView().getItemAtPosition(position) if they need to access the
279 public ListView getListView() { method in class:ListFragment
H A DAlertDialog.java167 public ListView getListView() { method in class:AlertDialog
168 return mAlert.getListView();
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java323 preferenceScreen.bind(getListView());
328 public ListView getListView() { method in class:PreferenceFragment
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java164 * getListView().getItemAtPosition(position) if they need to access the
221 public ListView getListView() { method in class:ListFragment
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java78 public ListView getListView() { method in class:ListScenario
575 final View child = getListView().getChildAt(childIndex);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java782 public ListView getListView() { method in class:ListPopupWindow
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java354 public ListView getListView() { method in class:AlertController

Completed in 1869 milliseconds