Home
last modified time | relevance | path

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

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