HomeSort by relevance Sort by last modified time
    Searched refs:undoOp (Results 1 - 8 of 8) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
UndoListener.java 24 public void onUndoAvailable(ToastBarOperation undoOp);
LeaveBehindData.java 29 public LeaveBehindData(Conversation conv, ToastBarOperation undoOp, int height) {
31 op = undoOp;
LeaveBehindItem.java 110 ToastBarOperation undoOp, Conversation target, Folder folder, int height) {
112 mUndoOp = undoOp;
SwipeableListView.java 232 final ToastBarOperation undoOp;
234 undoOp = new ToastBarOperation(1, mSwipeAction, ToastBarOperation.UNDO, false /* batch */,
242 adapter.setupLeaveBehind(conv, undoOp, conv.position, target.getHeight());
MailActivity.java 380 public void onUndoAvailable(ToastBarOperation undoOp) {
381 mController.onUndoAvailable(undoOp);
FolderSelectionActivity.java 347 public void onUndoAvailable(ToastBarOperation undoOp) {
AnimatedAdapter.java 572 public LeaveBehindItem setupLeaveBehind(Conversation target, ToastBarOperation undoOp,
580 leaveBehind.bind(deletedRow, mAccount, this, undoOp, target, mFolder, viewHeight);
    [all...]
AbstractActivityController.java     [all...]

Completed in 734 milliseconds