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.java331 * Add a conversation to the undo set, but only if its deletion is still cached. If the
335 * @return true if the conversation is still cached and therefore we will handle the undo.
345 public void setUndo(boolean undo) { argument
346 if (undo) {
358 // Start animation, only if we're handling the undo.
366 public void setSwipeUndo(boolean undo) { argument
367 if (undo) {
462 // Since we are deleting new items, clear any remaining undo items
753 // The undo animation consists of fading in the conversation that
768 // The undo animatio
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1565 public void undo(ConversationCursor conversationCursor) { method in class:ConversationCursor.ConversationProvider
1581 // If the caller specified an undo callback, call it here
2085 * @return the sequence number of the operation (for undo)
2102 * @return the sequence number of the operation (for undo)
2175 sProvider.undo(this);
2178 public void undo(final Context context, final Uri undoUri) { method in class:ConversationCursor
2274 // this operation does not permit undo
2319 * @param undoCallback the undo callback handler
2451 // if they no longer have an undo notification
2460 // gets updated when the undo goe
[all...]

Completed in 820 milliseconds