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 113 ToastBarOperation undoOp, Conversation target, Folder folder, int height) {
115 mUndoOp = undoOp;
SwipeableListView.java 205 final ToastBarOperation undoOp;
207 undoOp = new ToastBarOperation(1, mSwipeAction, ToastBarOperation.UNDO, false /* batch */,
215 adapter.setupLeaveBehind(conv, undoOp, conv.position, target.getHeight());
MailActivity.java 371 public void onUndoAvailable(ToastBarOperation undoOp) {
372 mController.onUndoAvailable(undoOp);
FolderSelectionActivity.java 364 public void onUndoAvailable(ToastBarOperation undoOp) {
AnimatedAdapter.java 556 public LeaveBehindItem setupLeaveBehind(Conversation target, ToastBarOperation undoOp,
564 leaveBehind.bind(deletedRow, mAccount, this, undoOp, target, mFolder, viewHeight);
    [all...]
AbstractActivityController.java     [all...]

Completed in 349 milliseconds