Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java331 return getRankedTargetCount() + getAlphaTargetCount() in getCount()
371 int getAlphaTargetCount() { in getAlphaTargetCount() method in ChooserListAdapter
407 final int standardTargetCount = getAlphaTargetCount(); in getPositionTargetType()
458 if (position - offset < getAlphaTargetCount() && !mSortedList.isEmpty()) { in targetInfoForPosition()
DChooserActivity.java3314 (float) mChooserListAdapter.getAlphaTargetCount()
3370 return (mShowAzLabelIfPoss && mChooserListAdapter.getAlphaTargetCount() > 0) ? 1 : 0;
3381 + mChooserListAdapter.getAlphaTargetCount()