List of usage examples for android.widget BaseAdapter subclass-usage
From source file com.xiaoyu.HeartConsultation.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.mishiranu.dashchan.ui.navigator.DrawerForm.java
public class DrawerForm extends BaseAdapter implements EdgeEffectHandler.Shift, SortableListView.OnFinishedListener, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, DrawerLayout.DrawerListener, EditText.OnEditorActionListener, View.OnClickListener, View.OnTouchListener, WatcherService.Client.Callback { private final Context context; private final Context unstyledContext;
From source file com.fullteem.yueba.app.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.easemob.qixin.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.xpple.jahoqy.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 net.mypapit.mobile.callsignview.TopQueriedFragment.java
class TopQueryAdapter extends BaseAdapter { private Context context; private TopQueryModel data[]; public TopQueryAdapter(Context ctx, TopQueryModel data[]) {
From source file com.dlam.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.aibasis.parent.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 cn.ucai.superwechat.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 maimeng.yodian.app.client.android.chat.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;