Searched defs:getListView (Results 1 - 15 of 15) sorted by path

/frameworks/base/core/java/android/app/
H A DAlertDialog.java168 public ListView getListView() { method in class:AlertDialog
169 return mAlert.getListView();
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
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java330 preferenceScreen.bind(getListView());
335 public ListView getListView() { method in class:PreferenceFragment
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java812 public ListView getListView() { method in class:ListPopupWindow
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java366 public ListView getListView() { method in class:AlertController
/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/tests/coretests/src/android/widget/focus/
H A DListOfEditTexts.java36 public ListView getListView() { method in class:ListOfEditTexts
H A DListOfInternalSelectionViews.java48 public ListView getListView() { method in class:ListOfInternalSelectionViews
85 return (InternalSelectionView) getListView().getSelectedView();
/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/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java335 dialog.getListView().setItemsCanFocus(true);
336 dialog.getListView().setLongClickable(true);
337 dialog.getListView().setOnItemLongClickListener(
1022 public ListView getListView() { method in class:GlobalActions.GlobalActionsDialog
1023 return mAlert.getListView();
/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/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java764 public ListView getListView() { method in class:ListPopupWindow

Completed in 351 milliseconds