Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java395 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType() local
396 if (position - offset < callerTargetCount) { in getPositionTargetType()
399 offset += callerTargetCount; in getPositionTargetType()
443 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition() local
444 if (position - offset < callerTargetCount) { in targetInfoForPosition()
447 offset += callerTargetCount; in targetInfoForPosition()