Searched defs:getListView (Results 1 - 10 of 10) 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.java201 * getListView().getItemAtPosition(position) if they need to access the
298 public ListView getListView() { method in class:ListActivity
H A DAlertDialog.java93 public ListView getListView() { method in class:AlertDialog
94 return mAlert.getListView();
/frameworks/base/test-runner/tests/src/android/test/
H A DTestBrowserActivityTest.java63 ListView listView = getListView();
76 ListView listView = getListView();
86 ListView listView = getListView();
96 ListView listView = getListView();
113 ListView listView = getListView();
135 ListView listView = getListView();
144 ListView listView = getListView();
156 listView = getListView();
213 private ListView getListView() { method in class:TestBrowserActivityTest
214 return mTestBrowserActivity.getListView();
[all...]
/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.java318 public ListView getListView() { method in class:AlertController

Completed in 163 milliseconds