Searched refs:mPlaceholderCount (Results 1 – 1 of 1) sorted by relevance
938 if (count == 0 && mAdapter.mPlaceholderCount == 0) { in configureContentView()972 if (mAdapter.getCount() == 0 && mAdapter.mPlaceholderCount == 0) { in setTitleAndIcon()1319 private int mPlaceholderCount; field in ResolverActivity.ResolveListAdapter1352 mPlaceholderCount = count; in setPlaceholderCount()1355 public int getPlaceholderCount() { return mPlaceholderCount; } in getPlaceholderCount()1728 int totalSize = mDisplayList == null || mDisplayList.isEmpty() ? mPlaceholderCount : in getCount()