Searched refs:mPendingDestruction (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java150 private ListItemsRemovedListener mPendingDestruction; field in class:AnimatedAdapter
851 if (mPendingDestruction != null) {
852 mPendingDestruction.onListItemsRemoved();
854 mPendingDestruction = next;
1006 sb.append(" mPendingDestruction=");
1007 sb.append(mPendingDestruction);
H A DAbstractActivityController.java460 private DestructiveAction mPendingDestruction; field in class:AbstractActivityController
3765 if (mPendingDestruction != null) {
3766 mPendingDestruction.performAction();
3768 mPendingDestruction = nextAction;

Completed in 67 milliseconds