Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/template/
DListMixin.java48 @Nullable private ListView listView; field in ListMixin
159 final ListView listView = getListViewInternal(); in getAdapter() local
172 final ListView listView = getListViewInternal(); in setAdapter() local
219 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()
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
DHeapDumpsScreen.kt47 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
83 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
DLeaksScreen.kt45 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
DLeakScreen.kt193 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
DHeapDumpScreen.kt90 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
DHprofExplorerScreen.kt74 val listView = findViewById<ListView>(R.id.leak_canary_explorer_list) in <lambda>() constant
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItemAdapter.java46 private View listView = null; field in ItemAdapter
54 public void setListView(View listView) { in setListView()
/external/lzma/CPP/7zip/UI/FileManager/
DListViewDialog.cpp20 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected()
DProgressDialog2.cpp1355 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected()
DPanelDrag.cpp1875 NControl::CListView &listView, int index, bool highlighted) in ListView_SetItemState_DropHighlighted()
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifListLayout.java131 ListView listView = null; in initScrollingListener() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowListViewTest.java34 private ListView listView; field in ShadowListViewTest
DShadowLayoutInflaterTest.java460 ListView listView = view.findViewById(R.id.list_view_with_enum_scrollbar); in testConverterAcceptsEnumOrdinal() local
/external/coreboot/util/kconfig/
Dqconf.h138 ConfigList* listView() const in listView() function