List of usage examples for android.widget BaseAdapter subclass-usage
From source file com.eutectoid.dosomething.picker.GraphObjectAdapter.java
class GraphObjectAdapter extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file com.manning.androidhacks.hack017.CreateAccountAdapter.java
public class CreateAccountAdapter extends BaseAdapter { public static interface CreateAccountDelegate { int FORWARD = 1; int BACKWARD = -1;
From source file com.facebook.scrumptious.picker.GraphObjectAdapter.java
class GraphObjectAdapter extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file com.owncloud.android.ui.adapter.FileListListAdapter.java
/**
* This Adapter populates a ListView with all files and folders in an ownCloud
* instance.
*
* @author Bartek Przybylski
*
From source file com.nextgis.maplibui.dialog.NGWResourcesListAdapter.java
public class NGWResourcesListAdapter extends BaseAdapter implements AdapterView.OnItemClickListener { protected Connections mConnections; protected INGWResource mCurrentResource; protected Context mContext; protected boolean mLoading; protected boolean mShowAccounts = true;
From source file com.asksven.betterbatterystats.adapters.StatsAdapter.java
public class StatsAdapter extends BaseAdapter { private Context m_context; private List<StatElement> m_listData; private static final String TAG = "StatsAdapter"; public static final String TRANSITION_NAME = "icon_transition";
From source file cm.confide.ex.chips.BaseRecipientAdapter.java
/** * Adapter for showing a recipient list. */ public abstract class BaseRecipientAdapter extends BaseAdapter implements Filterable, AccountSpecifier { private static final String TAG = "BaseRecipientAdapter";
From source file com.android.mail.browse.ConversationViewAdapter.java
/**
* A specialized adapter that contains overlay views to draw on top of the underlying conversation
* WebView. Each independently drawn overlay view gets its own item in this adapter, and indices
* in this adapter do not necessarily line up with cursor indices. For example, an expanded
* message may have a header and footer, and since they are not drawn coupled together, they each
* get an adapter item.
From source file heartware.com.FB_picker.GraphObjectAdapter.java
class GraphObjectAdapter extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file com.DGSD.Teexter.UI.Recipient.BaseRecipientAdapter.java
/** * Adapter for showing a recipient list. */ public abstract class BaseRecipientAdapter extends BaseAdapter implements Filterable { private static final String TAG = "BaseRecipientAdapter";