List of usage examples for android.widget CursorTreeAdapter subclass-usage
From source file org.dmfs.tasks.utils.ExpandableGroupDescriptorAdapter.java
/**
* An adapter that adapts an {@link ExpandableGroupDescriptor} to an {@link ExpandableListView}.
*
* It supports asynchronous loading of the group children.
*
* TODO: manage loader ids to avoid clashes with other instances using the {@link LoaderManager}.
From source file com.granita.tasks.utils.ExpandableGroupDescriptorAdapter.java
/**
* An adapter that adapts an {@link ExpandableGroupDescriptor} to an {@link ExpandableListView}.
*
* It supports asynchronous loading of the group children.
*
* TODO: manage loader ids to avoid clashes with other instances using the {@link LoaderManager}.
From source file com.xandy.calendar.selectcalendars.SelectSyncedCalendarsMultiAccountAdapter.java
public class SelectSyncedCalendarsMultiAccountAdapter extends CursorTreeAdapter implements View.OnClickListener, OnCalendarColorsLoadedListener { private static final String TAG = "Calendar"; private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";
From source file com.android.calendar.selectcalendars.SelectSyncedCalendarsMultiAccountAdapter.java
public class SelectSyncedCalendarsMultiAccountAdapter extends CursorTreeAdapter implements View.OnClickListener, OnCalendarColorsLoadedListener { private static final String TAG = "Calendar"; private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";