Home
last modified time | relevance | path

Searched defs:listView (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListMixin.java44 @Nullable private ListView listView; field in ListMixin
117 final ListView listView = getListViewInternal(); in getAdapter() local
130 final ListView listView = getListViewInternal(); in setAdapter() local
177 final ListView listView = getListViewInternal(); in updateDivider() local
DListViewScrollHandlingDelegate.java40 @Nullable private final ListView listView; field in ListViewScrollHandlingDelegate
43 @NonNull RequireScrollMixin requireScrollMixin, @Nullable ListView listView) { in ListViewScrollHandlingDelegate()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/listview/
DFadingEdgeListFragment.java26 ListView listView = getListView(); in onActivityCreated() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DDialogListActivity.java29 ListView listView = new ListView(this); in onCreate() local
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java44 ListView listView = new ListView(context); in testRequestLayout() local
72 ListView listView = new ListView(context); in testNoSelectableItems() local
DSuggestionsPopupWindowTest.java309 final ListView listView = view.findViewById( in testTextAppearanceInSuggestionsPopup() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListRecyclerProfiling.java41 ListView listView = findViewById(R.id.list); in onCreate() local
DListWithDisappearingItemBug.java76 ListView listView = getListView(); in onCreate() local
DListWithHeaders.java38 final ListView listView = getListView(); in onCreate() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
DListActivityBase.java46 ListFragment listView = new ListFragment(); in onCreate() local
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DListViewScrollHandlingDelegateTest.java43 private ListView listView; field in ListViewScrollHandlingDelegateTest
/frameworks/base/core/tests/coretests/src/android/util/
DListUtil.java35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DBitmapView.java52 public void setListView(final ListView listView) { in setListView()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DSupportPreferencesUtil.java158 LinearLayout listView = new LinearLayout(themedContext); in setUpPreferencesListView() local
297 LinearLayout listView = setUpPreferencesListView(bridgeContext, context, viewCookie, in inflatePreference() local
/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java73 ListView listView = new ListView(this); in onCreate() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifListLayoutTest.java141 View listView = layout.findViewById(android.R.id.list); in assertListTemplateInflated() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsGridLayout.java40 ListGridLayout listView = getListView(); in setupListView() local
DGlobalActionsLayout.java106 ViewGroup listView = getListView(); in onUpdateList() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DHomeActivity.java66 ExpandableListView listView = (ExpandableListView) findViewById(R.id.test_list); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesDialog.java142 public void onPrepareListView(ListView listView) { in onPrepareListView()
/frameworks/base/core/java/android/preference/
DPreferenceScreen.java176 public void bind(ListView listView) { in bind()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DFrameworkActionBar.java143 ListView listView = new ListView(mActionBar.getPopupContext(), null, in createMenuPopup() local
/frameworks/base/core/java/com/android/internal/view/menu/
DCascadingMenuPopup.java434 final ListView listView = popupWindow.getListView(); in showMenu() local
492 final ListView listView = parentInfo.getListView(); in findParentViewForSubmenu() local
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java933 final ListView listView = mListView; in setBackground() local
1067 void onPrepareListView(ListView listView); in onPrepareListView()
1139 final RecycleListView listView = in createListView() local

12