List of usage examples for android.widget BaseAdapter subclass-usage
From source file com.chen.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.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.grottworkshop.gwschips.BaseRecipientAdapter.java
/** * Adapter for showing a recipient list. * Created by fgrott on 8/28/2015. */ @SuppressWarnings("unused") public class BaseRecipientAdapter extends BaseAdapter implements Filterable, AccountSpecifier {
From source file com.github.shareme.gwschips.library.BaseRecipientAdapter.java
/** * Adapter for showing a recipient list. * Created by fgrott on 8/28/2015. */ @SuppressWarnings("unused") public class BaseRecipientAdapter extends BaseAdapter implements Filterable, AccountSpecifier {
From source file org.prx.prp.view.SearchViewActivity.java
class LiveSearchResultListAdapter extends BaseAdapter { JSONArray results; private LayoutInflater mInflater; Context mContext; public static int ALL = 1; int type;
From source file com.nextgis.maplibui.fragment.LayersListAdapter.java
/** * An adapter to show layers as list */ public class LayersListAdapter extends BaseAdapter implements MapEventListener { protected final MapView mMapView;
From source file com.android.mtkex.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.tct.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 com.xiaoyu.DoctorHelp.chat.chatuidemo.adapter.MessageAdapter.java
public class MessageAdapter extends BaseAdapter { private final static String TAG = "msg"; private static final int MESSAGE_TYPE_RECV_TXT = 0; private static final int MESSAGE_TYPE_SENT_TXT = 1;
From source file com.app.blockydemo.ui.adapter.BrickAdapter.java
public class BrickAdapter extends BaseAdapter implements DragAndDropListener, OnClickListener, ScriptActivityAdapterInterface { private static final String TAG = BrickAdapter.class.getSimpleName(); private static final int ALPHA_FULL = 255; private static final int ALPHA_GREYED = 100;