Searched refs:rawListView (Results 1 – 2 of 2) sorted by relevance
412 View rawListView = root.findViewById(android.R.id.list); in hasListView() local413 if (!(rawListView instanceof ListView)) { in hasListView()416 mList = (ListView)rawListView; in hasListView()431 View rawListView = root.findViewById(android.R.id.list); in ensureList() local432 if (!(rawListView instanceof ListView)) { in ensureList()437 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()