Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DChooserGridAdapter.java512 final int serviceCount = mChooserListAdapter.getServiceTargetCount(); in getListPosition() local
513 final int serviceRows = (int) Math.ceil((float) serviceCount / mMaxTargetsPerRow); in getListPosition()
525 return serviceCount + position * mMaxTargetsPerRow; in getListPosition()
530 return callerAndRankedCount + serviceCount + position; in getListPosition()