Searched refs:TRANSIT_RELAUNCH (Results 1 – 5 of 5) sorted by relevance
62 import static android.view.WindowManager.TRANSIT_RELAUNCH;917 return mNextAppTransitionRequests.contains(TRANSIT_RELAUNCH) in getAppRootTaskClipMode()1265 case TRANSIT_RELAUNCH: { in appTransitionToString()
60 import static android.view.WindowManager.TRANSIT_RELAUNCH;535 if (appTransition.containsTransitRequest(TRANSIT_RELAUNCH) in getTransitCompatType()
91 import static android.view.WindowManager.TRANSIT_RELAUNCH;2037 dc.prepareAppTransition(TRANSIT_RELAUNCH); in prepareWindowReplacementTransition()
41 import static android.view.WindowManager.TRANSIT_RELAUNCH;583 } else if (type == TRANSIT_RELAUNCH) { in loadAnimation()
418 int TRANSIT_RELAUNCH = 5; field473 TRANSIT_RELAUNCH,1365 case TRANSIT_RELAUNCH: return "RELAUNCH"; in transitTypeToString()