Searched refs:loadingContainer (Results 1 – 3 of 3) sorted by relevance
165 final View loadingContainer = mock(View.class); in onCreateView_shouldNotShowLoadingContainer() local167 when(view.findViewById(R.id.loading_container)).thenReturn(loadingContainer); in onCreateView_shouldNotShowLoadingContainer()171 verify(loadingContainer, never()).setVisibility(View.VISIBLE); in onCreateView_shouldNotShowLoadingContainer()269 final View loadingContainer = mock(View.class); in onRebuildComplete_shouldHideLoadingView() local270 when(loadingContainer.getContext()).thenReturn(context); in onRebuildComplete_shouldHideLoadingView()274 ReflectionHelpers.setField(mFragment, "mLoadingContainer", loadingContainer); in onRebuildComplete_shouldHideLoadingView()
217 View loadingContainer = getView().findViewById(R.id.loading_container); in setLoading() local218 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()
215 View loadingContainer = getView().findViewById(R.id.loading_container); in setLoading() local216 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()