Searched refs:ChildAdapter (Results 1 – 1 of 1) sorted by relevance
218 ChildAdapter adapter = mGroupAdapter.createChildAdapter(i); in createChildView()306 private final ArrayList<ChildAdapter> mChildAdapters = new ArrayList<>();425 ChildAdapter createChildAdapter(int groupPosition) { in createChildAdapter()426 ChildAdapter childAdapter = new ChildAdapter(this, groupPosition); in createChildAdapter()493 ChildAdapter childAdapter = mChildAdapters.get(groupPosition); in saveState()510 private class ChildAdapter extends BaseAdapter implements View.OnClickListener, class in TrustedCredentialsFragment534 TrustedCredentialsFragment.ChildAdapter.super.notifyDataSetChanged();540 TrustedCredentialsFragment.ChildAdapter.super.notifyDataSetInvalidated();550 private ChildAdapter(GroupAdapter parent, int groupPosition) { in ChildAdapter() method in TrustedCredentialsFragment.ChildAdapter