Searched refs:listContainer (Results 1 – 5 of 5) sorted by relevance
266 final View listContainer = getActivity().findViewById(android.R.id.list_container); in updateEmptyView() local268 || (listContainer != null && listContainer.getVisibility() != View.VISIBLE); in updateEmptyView()
258 final View listContainer = mock(View.class); in onRebuildComplete_shouldHideLoadingView() local259 when(listContainer.getVisibility()).thenReturn(View.INVISIBLE); in onRebuildComplete_shouldHideLoadingView()260 when(listContainer.getContext()).thenReturn(context); in onRebuildComplete_shouldHideLoadingView()301 final View listContainer = mock(View.class); in onRebuildComplete_hasSearchQuery_shouldFilterSearch() local302 when(listContainer.getVisibility()).thenReturn(View.VISIBLE); in onRebuildComplete_hasSearchQuery_shouldFilterSearch()
339 final View listContainer = getActivity().findViewById(android.R.id.list_container); in updateEmptyView() local342 || (listContainer != null && listContainer.getVisibility() != View.VISIBLE); in updateEmptyView()
157 final FrameLayout listContainer = mContentView.findViewById(android.R.id.list_container); in onCreateView() local158 listContainer.setLayoutParams(new LinearLayout.LayoutParams( in onCreateView()
135 RecyclerView rv = v.findViewById(com.android.internal.R.id.listContainer); in onCreateView()