Searched defs:getListView (Results 1 - 15 of 15) 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.java48 public ListView getListView() { method in class:ListOfInternalSelectionViews
85 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.java179 public ListView getListView() { method in class:AlertDialog
180 return mAlert.getListView();
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java344 preferenceScreen.bind(getListView());
358 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/com/android/internal/app/
H A DAlertController.java405 public ListView getListView() { method in class:AlertController
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java311 dialog.getListView().setItemsCanFocus(true);
312 dialog.getListView().setLongClickable(true);
313 dialog.getListView().setOnItemLongClickListener(
1174 public ListView getListView() { method in class:GlobalActions.GlobalActionsDialog
1175 return mAlert.getListView();
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java826 public ListView getListView() { method in class:ListPopupWindow
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java844 public ListView getListView() { method in class:ListPopupWindow

Completed in 1192 milliseconds