Searched refs:rawListView (Results 1 – 2 of 2) sorted by relevance
411 View rawListView = root.findViewById(android.R.id.list); in hasListView() local412 if (!(rawListView instanceof ListView)) { in hasListView()415 mList = (ListView)rawListView; in hasListView()430 View rawListView = root.findViewById(android.R.id.list); in ensureList() local431 if (!(rawListView instanceof ListView)) { in ensureList()436 mList = (ListView)rawListView; in ensureList()
405 View rawListView = root.findViewById(android.R.id.list); in ensureList() local406 if (!(rawListView instanceof ListView)) { in ensureList()411 mList = (ListView)rawListView; in ensureList()