Searched refs:realPosition (Results 1 – 1 of 1) sorted by relevance
382 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in getView() local384 return realPosition.first.getView(realPosition.second, convertView, parent); in getView()389 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in getItem() local391 return realPosition.first.getItem(realPosition.second); in getItem()401 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in isEnabled() local403 return realPosition.first.isEnabled(realPosition.second); in isEnabled()408 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in performAction() local410 realPosition.first.performAction(realPosition.second); in performAction()