Searched defs:listView (Results 1 – 15 of 15) sorted by relevance
48 @Nullable private ListView listView; field in ListMixin159 final ListView listView = getListViewInternal(); in getAdapter() local172 final ListView listView = getListViewInternal(); in setAdapter() local219 final ListView listView = getListViewInternal(); in updateDivider() local
40 @Nullable private final ListView listView; field in ListViewScrollHandlingDelegate43 @NonNull RequireScrollMixin requireScrollMixin, @Nullable ListView listView) { in ListViewScrollHandlingDelegate()
47 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant83 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
45 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
193 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
90 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
74 val listView = findViewById<ListView>(R.id.leak_canary_explorer_list) in <lambda>() constant
46 private View listView = null; field in ItemAdapter54 public void setListView(View listView) { in setListView()
20 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected()
1355 static void ListView_GetSelected(NControl::CListView &listView, CUIntVector &vector) in ListView_GetSelected()
1875 NControl::CListView &listView, int index, bool highlighted) in ListView_SetItemState_DropHighlighted()
131 ListView listView = null; in initScrollingListener() local
34 private ListView listView; field in ShadowListViewTest
460 ListView listView = view.findViewById(R.id.list_view_with_enum_scrollbar); in testConverterAcceptsEnumOrdinal() local
138 ConfigList* listView() const in listView() function