HomeSort by relevance Sort by last modified time
    Searched defs:getListView (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/com/android/internal/view/menu/
ShowableListMenu.java 34 public ListView getListView();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListDividers.java 49 public ListView getListView() {
ListInHorizontal.java 52 public ListView getListView() {
ListInVertical.java 52 public ListView getListView() {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
ShowableListMenu.java 41 ListView getListView();
MenuPopupHelper.java 344 public ListView getListView() {
345 return getPopup().getListView();
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewCtsActivity.java 47 public ListView getListView() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowListActivity.java 26 public ListView getListView() {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java 43 public ListView getListView() {
  /cts/tests/app/src/android/app/cts/
ListActivityTest.java 57 assertEquals(listAdapter, mActivity.getListView().getAdapter());
73 runOnMainAndDrawSync(getInstrumentation(), mActivity.getListView(), new Runnable() {
100 mActivity.getListView().performItemClick(null, 1, 1);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceActivityTest.java 36 assertThat( activity.getListView(), notNullValue() );
  /frameworks/base/core/java/android/app/
ListActivity.java 199 * getListView().getItemAtPosition(position) if they need to access the
296 public ListView getListView() {
AlertDialog.java 248 public ListView getListView() {
249 return mAlert.getListView();
    [all...]
ListFragment.java 227 * getListView().getItemAtPosition(position) if they need to access the
284 public ListView getListView() {
  /frameworks/base/core/java/com/android/internal/globalactions/
ActionsDialog.java 55 public ListView getListView() {
56 return mAlert.getListView();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
PermissionsFrameFragment.java 84 public ListView getListView() {
85 ListView listView = super.getListView();
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfEditTexts.java 36 public ListView getListView() {
ListOfInternalSelectionViews.java 48 public ListView getListView() {
85 return (InternalSelectionView) getListView().getSelectedView();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifListLayout.java 78 new ListViewScrollHandlingDelegate(requireScrollMixin, getListView()));
103 public ListView getListView() {
104 return mListMixin.getListView();
SetupWizardListLayout.java 70 new ListViewScrollHandlingDelegate(requireScrollMixin, getListView()));
95 public ListView getListView() {
96 return mListMixin.getListView();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ListMixin.java 91 public ListView getListView() {
95 // Client code can assume getListView() will not be null if they know their template contains
96 // the list, but this mixin cannot. Any usages of getListView in this mixin needs null checks.
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
ListMixinTest.java 82 assertSame(mListView, mixin.getListView());
184 assertNull(mixin.getListView());
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
AppHeaderViewPreferenceController.java 79 .setRecyclerView(mParent.getListView(), mLifecycle)
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java 81 registerForContextMenu(getListView());
84 ActivityFlinger.attachView(getListView(), this);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertDialog.java 139 public ListView getListView() {
140 return mAlert.getListView();
    [all...]

Completed in 278 milliseconds

1 2 3 4 5 6