Searched refs:listContainer (Results 1 – 5 of 5) sorted by relevance
136 final ViewGroup listContainer = root.findViewById(android.R.id.list_container); in onCreateView() local137 listContainer.removeAllViews(); in onCreateView()139 final View content = inflater.inflate(getActivityLayoutResId(), listContainer, false); in onCreateView()140 listContainer.addView(content); in onCreateView()
266 final View listContainer = getActivity().findViewById(android.R.id.list_container); in updateEmptyView() local268 || (listContainer != null && listContainer.getVisibility() != View.VISIBLE); in updateEmptyView()
122 final FrameLayout listContainer = mContentView.findViewById(android.R.id.list_container); in onCreateView() local123 listContainer.setLayoutParams(new LinearLayout.LayoutParams( in onCreateView()
251 final View listContainer = mock(View.class); in onRebuildComplete_shouldHideLoadingView() local252 when(listContainer.getVisibility()).thenReturn(View.INVISIBLE); in onRebuildComplete_shouldHideLoadingView()253 when(listContainer.getContext()).thenReturn(context); in onRebuildComplete_shouldHideLoadingView()294 final View listContainer = mock(View.class); in onRebuildComplete_hasSearchQuery_shouldFilterSearch() local295 when(listContainer.getVisibility()).thenReturn(View.VISIBLE); in onRebuildComplete_hasSearchQuery_shouldFilterSearch()
317 final View listContainer = getActivity().findViewById(android.R.id.list_container); in updateEmptyView() local320 || (listContainer != null && listContainer.getVisibility() != View.VISIBLE); in updateEmptyView()