Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java125 ArrayList<ActionAdapter> adapterList = new ArrayList<>(3); in onCreate()
263 ((ActionAdapter) getListAdapter()).performAction(position); in onItemClick()
269 private abstract class ActionAdapter extends BaseAdapter { class in AddPrinterActivity
286 private class CombinedAdapter extends ActionAdapter {
288 private final @NonNull ArrayList<ActionAdapter> mAdapters;
295 CombinedAdapter(@NonNull ArrayList<ActionAdapter> adapters) { in CombinedAdapter()
334 private @NonNull Pair<ActionAdapter, Integer> getSubAdapter(int position) { in getSubAdapter()
337 ActionAdapter adapter = mAdapters.get(i); in getSubAdapter()
382 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in getView()
389 Pair<ActionAdapter, Integer> realPosition = getSubAdapter(position); in getItem()
[all …]