Searched refs:getEmptyView (Results 1 – 6 of 6) sorted by relevance
59 assertTrue("Empty view still shown", mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToOne()69 assertTrue("Empty view still shown", mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToOneForwardBack()80 assertTrue("Empty view still shown", mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToOneForwardBack()95 mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToManyToZero()104 mActivity.getEmptyView().getVisibility() == View.GONE); in testZeroToManyToZero()109 mActivity.getEmptyView().getVisibility() == View.VISIBLE); in testZeroToManyToZero()123 … assertTrue("Empty view not shown", mActivity.getEmptyView().getVisibility() == View.VISIBLE); in testZeroToManyToZero()
100 public View getEmptyView() { in getEmptyView() method in ListWithEmptyView
690 public View getEmptyView() { in getEmptyView() method in AdapterView
321 if (mListView.getEmptyView() == null) { in updateEmptyView()
39533 method public android.view.View getEmptyView();
42139 method public android.view.View getEmptyView();