Searched defs:ConversationListFragment (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragment.java68 public class ConversationListFragment extends Fragment implements ConversationListDataListener, class in inherits:Fragment,ConversationListDataListener,ConversationListItemView.HostInterface
106 public static ConversationListFragment createArchivedConversationListFragment() {
110 public static ConversationListFragment createForwardMessageConversationListFragment() {
114 public static ConversationListFragment createConversationListFragment(String modeKeyName) {
115 final ConversationListFragment fragment = new ConversationListFragment();
180 // ConversationListFragment; the view in each row should be a width of MATCH_PARENT so that
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListFragment.java82 public final class ConversationListFragment extends Fragment implements class in inherits:Fragment,OnItemLongClickListener,ModeChangeListener,ListItemSwipedListener,OnRefreshListener,SwipeListener,OnKeyListener,AdapterView.OnItemClickListener,View.OnClickListener,AbsListView.OnScrollListener
86 /** Key used to pass data to {@link ConversationListFragment}. */
263 public ConversationListFragment() { method in class:ConversationListFragment
285 * Creates a new instance of {@link ConversationListFragment}, initialized
288 public static ConversationListFragment newInstance(ConversationListContext viewContext) {
289 final ConversationListFragment fragment = new ConversationListFragment();
329 LogUtils.e(LOG_TAG, "ConversationListFragment expects only a ControllableActivity to"
779 Analytics.getInstance().sendView("ConversationListFragment");
850 LogUtils.d(LOG_TAG, "ConversationListFragment
[all...]

Completed in 80 milliseconds