Searched defs:undo (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryManager.java163 public int undo() { method in class:HistoryManager
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java323 * Add a conversation to the undo set, but only if its deletion is still cached. If the
327 * @return true if the conversation is still cached and therefore we will handle the undo.
337 public void setUndo(boolean undo) { argument
338 if (undo) {
350 // Start animation, only if we're handling the undo.
358 public void setSwipeUndo(boolean undo) { argument
359 if (undo) {
454 // Since we are deleting new items, clear any remaining undo items
728 // The undo animation consists of fading in the conversation that
743 // The undo animatio
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1551 public void undo(ConversationCursor conversationCursor) { method in class:ConversationCursor.ConversationProvider
2039 * @return the sequence number of the operation (for undo)
2050 * @return the sequence number of the operation (for undo)
2104 sProvider.undo(this);
2107 public void undo(final Context context, final Uri undoUri) { method in class:ConversationCursor
2324 // if they no longer have an undo notification
2333 // gets updated when the undo goes away via timeout which

Completed in 133 milliseconds