OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversations
(Results
1 - 25
of
85
) sorted by null
1
2
3
4
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationUpdater.java
37
* Classes that can update
conversations
implement this interface.
83
* @param target the
conversations
to act upon.
84
* @param action to perform after the UI has been updated to remove the
conversations
92
* Mark a number of
conversations
as read or unread.
93
* @param targets the
conversations
to act upon
94
* @param read true if the
conversations
are marked read, false if they are marked unread.
95
* @param viewed whether the
conversations
are marked viewed as well. This indicates that the
96
*
conversations
are shown on the UI.
121
* Get a destructive action for selected
conversations
. The action corresponds to Menu item
129
* Get a destructive action for selected
conversations
. The action corresponds to Menu ite
[
all
...]
ConversationSetObserver.java
22
* is a list of
conversations
selected by the user to perform an action on. The user could select
23
* five
conversations
and delete them. The five
conversations
form a set. Constructing such a set
ConversationSelectionSet.java
39
* A simple thread-safe wrapper over a set of
conversations
representing a
83
Parcelable[]
conversations
= source.readParcelableArray(loader);
local
84
for (Parcelable parceled :
conversations
) {
234
* Returns the number of
conversations
that are currently selected
235
* @return the number of selected
conversations
.
274
* Puts all
conversations
given in the input argument into the selection set. If there are
275
* any listeners they are notified once after adding <em>all</em>
conversations
to the selection
310
* Iterates through a cursor of
conversations
and ensures that the current set is present
311
* within the result set denoted by the cursor. Any
conversations
not foun in the result set
325
// First ask the ConversationCursor for the list of
conversations
that have been delete
[
all
...]
LayoutListener.java
22
* both conversation lists and
conversations
at the same time. For example, tablets can do this, but
AnimatedAdapter.java
191
* A list of all views that are not
conversations
. These include temporary views from
199
* Temporary views insert at specific positions relative to
conversations
. These can be
411
* Deletes the selected
conversations
from the conversation list view with a
412
* translation and then a shrink. These
conversations
<b>must</b> have their
413
* {@link Conversation#position} set to the position of these
conversations
418
* @param
conversations
421
public void swipeDelete(Collection<Conversation>
conversations
,
423
delete(
conversations
, listener, mSwipeDeletingItems);
428
* Deletes the selected
conversations
from the conversation list view by
429
* shrinking them away. These
conversations
<b>must</b> have thei
[
all
...]
ConversationPositionTracker.java
66
* @return the total number of
conversations
in the list.
220
*
conversations
available in the folder. If no next conversation can be found, this method
224
* @param mTarget
conversations
to overlook while finding the next conversation. (These are
225
* usually the
conversations
to be deleted.)
ActivityController.java
235
* the
conversations
along with the conversation list.
257
* Get the selected set of
conversations
. Guaranteed to return non-null, this should return
274
* Supports dragging
conversations
to a folder.
279
* Handles dropping
conversations
to a folder.
ConversationListFragment.java
126
* A simple method to update the timestamps of
conversations
periodically.
714
// There are no selected
conversations
when in conversation list mode.
811
* here. This is a difference in
conversations
, not a difference in positions. For example, a
829
* here. This is a difference in
conversations
, not a difference in positions. For example, a
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
463
//
conversations
in pieces.
734
* Returns the conversation uris for the
Conversations
that the ConversationCursor is treating
760
* cache. Notably,
conversations
which are marked as deleted in the cache but which haven't yet
[
all
...]
SelectedConversationsActionMenu.java
61
* ContextMode} specific to operating on a set of
conversations
.
69
* The set of
conversations
to display the menu for.
255
final Collection<Conversation>
conversations
= mSelectionSet.values();
local
277
final CharSequence message = Utils.formatPlural(mContext, resId,
conversations
.size());
284
destroy(action,
conversations
, mUpdater.getDeferredBatchAction(action, undoCallback));
289
* Destroy these
conversations
through the conversation updater
291
* @param target
conversations
to destroy
301
* Marks the read state of currently selected
conversations
(<b>and</b> the backing storage)
303
* @param read is true if the
conversations
are to be marked as read, false if they are to be
308
// The
conversations
are marked read but not viewed
358
final Collection<Conversation>
conversations
= mSelectionSet.values();
local
[
all
...]