Searched refs:ConversationSelectionSet (Results 1 - 15 of 15) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationSetObserver.java28 // TODO(viki): Consider passing a mutable instance of ConversationSelectionSet. In the current
40 void onSetPopulated(ConversationSelectionSet set);
46 void onSetChanged(ConversationSelectionSet set);
H A DConversationSelectionSet.java45 public class ConversationSelectionSet implements Parcelable { class in inherits:Parcelable
46 public static final ClassLoaderCreator<ConversationSelectionSet> CREATOR =
47 new ClassLoaderCreator<ConversationSelectionSet>() {
50 public ConversationSelectionSet createFromParcel(Parcel source) {
51 return new ConversationSelectionSet(source, null);
55 public ConversationSelectionSet createFromParcel(Parcel source, ClassLoader loader) {
56 return new ConversationSelectionSet(source, loader);
60 public ConversationSelectionSet[] newArray(int size) {
61 return new ConversationSelectionSet[size];
78 public ConversationSelectionSet() { method in class:ConversationSelectionSet
82 private ConversationSelectionSet(Parcel source, ClassLoader loader) { method in class:ConversationSelectionSet
[all...]
H A DControllableActivity.java60 ConversationSelectionSet getSelectedSet();
H A DActivityController.java261 public ConversationSelectionSet getSelectedSet();
H A DSwipeableListView.java58 private ConversationSelectionSet mConvSelectionSet;
125 public void setSelectionSet(ConversationSelectionSet set) {
138 public ConversationSelectionSet getSelectionSet() {
H A DFolderSelectionActivity.java330 public ConversationSelectionSet getSelectedSet() {
H A DConversationListFragment.java141 private ConversationSelectionSet mSelectedSet;
1097 public void onSetPopulated(final ConversationSelectionSet set) {
1108 public void onSetChanged(final ConversationSelectionSet set) {
H A DMailActivity.java356 public ConversationSelectionSet getSelectedSet() {
H A DSwipeHelper.java458 ConversationSelectionSet getSelectionSet();
H A DTwoPaneController.java335 public void onSetPopulated(ConversationSelectionSet set) {
H A DAnimatedAdapter.java89 private final ConversationSelectionSet mBatchConversations;
249 ConversationSelectionSet batch, ControllableActivity activity,
H A DAbstractActivityController.java281 private final ConversationSelectionSet mSelectedSet = new ConversationSelectionSet();
2445 final ConversationSelectionSet selectedSet = savedState.getParcelable(SAVED_SELECTED_SET);
3177 public void onSetPopulated(ConversationSelectionSet set) {
3185 public void onSetChanged(ConversationSelectionSet set) {
3190 public ConversationSelectionSet getSelectedSet() {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSwipeableConversationItemView.java31 import com.android.mail.ui.ConversationSelectionSet;
56 final ConversationSelectionSet set, final Folder folder,
H A DSelectedConversationsActionMenu.java44 import com.android.mail.ui.ConversationSelectionSet;
71 protected final ConversationSelectionSet mSelectionSet;
98 ControllableActivity activity, ConversationSelectionSet selectionSet, Folder folder) {
505 public void onSetPopulated(ConversationSelectionSet set) {
516 public void onSetChanged(ConversationSelectionSet set) {
H A DConversationItemView.java81 import com.android.mail.ui.ConversationSelectionSet;
193 private ConversationSelectionSet mSelectedConversationSet;
554 final ConversationSelectionSet set, final Folder folder,
582 final ConversationSelectionSet set, final Folder folder,
1501 public void onSetPopulated(final ConversationSelectionSet set) { }
1504 public void onSetChanged(final ConversationSelectionSet set) { }

Completed in 242 milliseconds