Searched defs:mPlaceholderCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java938 if (count == 0 && mAdapter.mPlaceholderCount == 0) {
972 if (mAdapter.getCount() == 0 && mAdapter.mPlaceholderCount == 0) {
1319 private int mPlaceholderCount; field in class:ResolverActivity.ResolveListAdapter
1352 mPlaceholderCount = count;
1355 public int getPlaceholderCount() { return mPlaceholderCount; }
1728 int totalSize = mDisplayList == null || mDisplayList.isEmpty() ? mPlaceholderCount :

Completed in 32 milliseconds