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.java315 * Add a conversation to the undo set, but only if its deletion is still cached. If the
319 * @return true if the conversation is still cached and therefore we will handle the undo.
329 public void setUndo(boolean undo) { argument
330 if (undo) {
342 // Start animation, only if we're handling the undo.
350 public void setSwipeUndo(boolean undo) { argument
351 if (undo) {
446 // Since we are deleting new items, clear any remaining undo items
737 // The undo animation consists of fading in the conversation that
752 // 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
2078 * @return the sequence number of the operation (for undo)
2095 * @return the sequence number of the operation (for undo)
2168 sProvider.undo(this);
2171 public void undo(final Context context, final Uri undoUri) { method in class:ConversationCursor
2267 // this operation does not permit undo
2312 * @param undoCallback the undo callback handler
2444 // if they no longer have an undo notification
2453 // gets updated when the undo goe
[all...]

Completed in 132 milliseconds