Searched refs:loadingContainer (Results 1 – 3 of 3) sorted by relevance
155 final View loadingContainer = mock(View.class); in onCreateView_shouldNotShowLoadingContainer() local157 when(view.findViewById(R.id.loading_container)).thenReturn(loadingContainer); in onCreateView_shouldNotShowLoadingContainer()161 verify(loadingContainer, never()).setVisibility(View.VISIBLE); in onCreateView_shouldNotShowLoadingContainer()259 final View loadingContainer = mock(View.class); in onRebuildComplete_shouldHideLoadingView() local260 when(loadingContainer.getContext()).thenReturn(context); in onRebuildComplete_shouldHideLoadingView()264 ReflectionHelpers.setField(mFragment, "mLoadingContainer", loadingContainer); in onRebuildComplete_shouldHideLoadingView()
221 View loadingContainer = getView().findViewById(R.id.loading_container); in setLoading() local222 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()