Searched refs:loading_container (Results 1 – 15 of 15) sorted by relevance
104 View loading_container = findViewById(R.id.loading_container); in isLoadingVisible() local105 if (loading_container != null) { in isLoadingVisible()106 return loading_container.getVisibility() == View.VISIBLE; in isLoadingVisible()112 View loading_container = findViewById(R.id.loading_container); in setLoading() local113 Utils.handleLoadingContainer(loading_container, listView, !loading, animate); in setLoading()
54 mLoadingContainer = rootView.findViewById(R.id.loading_container); in onCreateView()
68 mLoadingView = rootView.findViewById(R.id.loading_container); in onCreateView()
82 mLoadingView = rootView.findViewById(R.id.loading_container); in onCreateView()
165 if (getView().findViewById(R.id.loading_container).getVisibility() == View.VISIBLE) { in onReceivedSizes()
92 mLoadingView = v.findViewById(R.id.loading_container); in onCreateView()
221 View loadingContainer = getView().findViewById(R.id.loading_container); in setLoading()
186 getView().findViewById(R.id.loading_container), getListView()); in onViewCreated()
184 getView().findViewById(R.id.loading_container), getListView()); in onViewCreated()
157 when(view.findViewById(R.id.loading_container)).thenReturn(loadingContainer); in onCreateView_shouldNotShowLoadingContainer()
343 mLoadingContainer = mRootView.findViewById(R.id.loading_container); in onCreateView()
335 mLoadingContainer = mRootView.findViewById(R.id.loading_container); in onCreateView()