Searched refs:mPlaceholderCount (Results 1 – 1 of 1) sorted by relevance
927 if (count == 0 && mAdapter.mPlaceholderCount == 0) { in configureContentView()961 if (mAdapter.getCount() == 0 && mAdapter.mPlaceholderCount == 0) { in setTitleAndIcon()1308 private int mPlaceholderCount; field in ResolverActivity.ResolveListAdapter1341 mPlaceholderCount = count; in setPlaceholderCount()1344 public int getPlaceholderCount() { return mPlaceholderCount; } in getPlaceholderCount()1710 int totalSize = mDisplayList == null || mDisplayList.isEmpty() ? mPlaceholderCount : in getCount()