Searched refs:isLoadingVisible (Results 1 – 5 of 5) sorted by relevance
54 if (mListView != null && mParentActivity.isLoadingVisible() != isLoading) { in setLoading()
103 public boolean isLoadingVisible() { in isLoadingVisible() method in DeletionHelperActivity
50 when(mActivity.isLoadingVisible()).thenReturn(isLoading); in setUp()
265 if (mActivity.isLoadingVisible() && getFilteredImage() != null) { in onDraw()
775 public boolean isLoadingVisible() { in isLoadingVisible() method in FilterShowActivity