Home
last modified time | relevance | path

Searched refs:mPlaceholderCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java938 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.ResolveListAdapter
1352 mPlaceholderCount = count; in setPlaceholderCount()
1355 public int getPlaceholderCount() { return mPlaceholderCount; } in getPlaceholderCount()
1728 int totalSize = mDisplayList == null || mDisplayList.isEmpty() ? mPlaceholderCount : in getCount()