Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java382 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in getView() local
384 return realPosition.first.getView(realPosition.second, convertView, parent); in getView()
389 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in getItem() local
391 return realPosition.first.getItem(realPosition.second); in getItem()
401 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in isEnabled() local
403 return realPosition.first.isEnabled(realPosition.second); in isEnabled()
408 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in performAction() local
410 realPosition.first.performAction(realPosition.second); in performAction()