List of usage examples for android.widget AbsListView.RecyclerListener interface-usage
From source file org.thoughtcrime.SMP.ShareListAdapter.java
/** * A CursorAdapter for building a list of open conversations * * @author Jake McGinty */ public class ShareListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
From source file org.smssecure.smssecure.ShareListAdapter.java
/** * A CursorAdapter for building a list of open conversations * * @author Jake McGinty */ public class ShareListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
From source file com.securecomcode.text.ShareListAdapter.java
/** * A CursorAdapter for building a list of open conversations * * @author Jake McGinty */ public class ShareListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
From source file com.tingtingapps.securesms.ShareListAdapter.java
/** * A CursorAdapter for building a list of open conversations * * @author Jake McGinty */ public class ShareListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
From source file org.thoughtcrime.securesms.ShareListAdapter.java
/** * A CursorAdapter for building a list of open conversations * * @author Jake McGinty */ public class ShareListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
From source file org.thoughtcrime.securesms.ConversationListAdapter.java
/** * A CursorAdapter for building a list of conversation threads. * * @author Moxie Marlinspike */ public class ConversationListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
From source file com.securecomcode.text.ConversationAdapter.java
/**
* A cursor adapter for a conversation thread. Ultimately
* used by ComposeMessageActivity to display a conversation
* thread in a ListActivity.
*
* @author Moxie Marlinspike
From source file org.smssecure.smssecure.ConversationAdapter.java
/**
* A cursor adapter for a conversation thread. Ultimately
* used by ComposeMessageActivity to display a conversation
* thread in a ListActivity.
*
* @author Moxie Marlinspike
From source file org.thoughtcrime.SMP.ConversationAdapter.java
/**
* A cursor adapter for a conversation thread. Ultimately
* used by ComposeMessageActivity to display a conversation
* thread in a ListActivity.
*
* @author Moxie Marlinspike
From source file com.tingtingapps.securesms.ConversationAdapter.java
/**
* A cursor adapter for a conversation thread. Ultimately
* used by ComposeMessageActivity to display a conversation
* thread in a ListActivity.
*
* @author Moxie Marlinspike