Searched refs:TRANSIT_RELAUNCH (Results 1 – 5 of 5) sorted by relevance
34 import static android.view.WindowManager.TRANSIT_RELAUNCH;415 } else if (type == TRANSIT_RELAUNCH) { in loadAnimation()
58 import static android.view.WindowManager.TRANSIT_RELAUNCH;1047 return mNextAppTransitionRequests.contains(TRANSIT_RELAUNCH) in getAppRootTaskClipMode()1382 case TRANSIT_RELAUNCH: { in appTransitionToString()
56 import static android.view.WindowManager.TRANSIT_RELAUNCH;476 if (appTransition.containsTransitRequest(TRANSIT_RELAUNCH) in getTransitCompatType()
85 import static android.view.WindowManager.TRANSIT_RELAUNCH;1992 dc.prepareAppTransition(TRANSIT_RELAUNCH); in prepareWindowReplacementTransition()
397 int TRANSIT_RELAUNCH = 5; field452 TRANSIT_RELAUNCH,973 case TRANSIT_RELAUNCH: return "RELAUNCH"; in transitTypeToString()