Searched refs:getPlaceholderCount (Results 1 – 4 of 4) sorted by relevance
213 assertThat(activity.getAdapter().getPlaceholderCount(), is(1)); in hasLastChosenActivity()857 assertThat(activity.getAdapter().getPlaceholderCount(), is(2)); in testLayoutWithDefault_withWorkTab_neverShown()
589 return (count == 0 && listAdapter.getPlaceholderCount() == 0) in shouldShowEmptyStateScreen()
119 public int getPlaceholderCount() { in getPlaceholderCount() method in ResolverListAdapter
1792 && listAdapter.getCount() == 0 && listAdapter.getPlaceholderCount() == 0) {