Searched refs:getEmptyView (Results 1 – 6 of 6) sorted by relevance
60 assertTrue("Empty view still shown", mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToOne()70 assertTrue("Empty view still shown", mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToOneForwardBack()81 assertTrue("Empty view still shown", mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToOneForwardBack()96 mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToManyToZero()105 mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToManyToZero()110 mActivity.getEmptyView().getVisibility() == View.VISIBLE); in testZeroToManyToZero()124 … assertTrue("Empty view not shown", mActivity.getEmptyView().getVisibility() == View.VISIBLE); in testZeroToManyToZero()
100 public View getEmptyView() { in getEmptyView() method in ListWithEmptyView
717 public View getEmptyView() { in getEmptyView() method in AdapterView
415 if (mListView.getEmptyView() == null) { in updateEmptyView()
36813 method public android.view.View getEmptyView();
54992 method public android.view.View getEmptyView();