Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java395 return getRankedTargetCount() + getAlphaTargetCount() in getCount()
433 int getAlphaTargetCount() { in getAlphaTargetCount() method in ChooserListAdapter
469 final int standardTargetCount = getAlphaTargetCount(); in getPositionTargetType()
520 if (position - offset < getAlphaTargetCount() && !mSortedList.isEmpty()) { in targetInfoForPosition()
H A DChooserActivity.java3365 (float) mChooserListAdapter.getAlphaTargetCount()
3417 return (mShowAzLabelIfPoss && mChooserListAdapter.getAlphaTargetCount() > 0) ? 1 : 0;
3428 + mChooserListAdapter.getAlphaTargetCount()