Searched refs:demoteReasons (Results 1 – 1 of 1) sorted by relevance
430 int demoteReasons = mService.mDemoteTopAppReasons; in setProcessAnimating() local432 demoteReasons |= ActivityTaskManagerService.DEMOTE_TOP_REASON_ANIMATING_RECENTS; in setProcessAnimating()434 demoteReasons &= ~ActivityTaskManagerService.DEMOTE_TOP_REASON_ANIMATING_RECENTS; in setProcessAnimating()436 mService.mDemoteTopAppReasons = demoteReasons; in setProcessAnimating()