Searched refs:TRANSIT_FLAG_APP_CRASHED (Results 1 – 6 of 6) sorted by relevance
22 import static android.view.WindowManager.TRANSIT_FLAG_APP_CRASHED;110 mDc.prepareAppTransition(TRANSIT_CLOSE, TRANSIT_FLAG_APP_CRASHED); in testCrashing()125 mDc.prepareAppTransition(TRANSIT_CLOSE, TRANSIT_FLAG_APP_CRASHED); in testKeepKeyguard_withCrashing()
21 import static android.view.WindowManager.TRANSIT_FLAG_APP_CRASHED;315 if ((flags & TRANSIT_FLAG_APP_CRASHED) != 0) { in getTransitCompatType()
22 import static android.view.WindowManager.TRANSIT_FLAG_APP_CRASHED;1573 sFlagToString.add(new Pair<>(TRANSIT_FLAG_APP_CRASHED, in sFlagToString.add() argument
42 import static android.view.WindowManager.TRANSIT_FLAG_APP_CRASHED;2806 r.mDisplayContent.prepareAppTransition(TRANSIT_CLOSE, TRANSIT_FLAG_APP_CRASHED); in handleAppCrash()2808 TRANSIT_FLAG_APP_CRASHED); in handleAppCrash()
69 import static android.view.WindowManager.TRANSIT_FLAG_APP_CRASHED;6787 mDisplayContent.prepareAppTransition(TRANSIT_CLOSE, TRANSIT_FLAG_APP_CRASHED);6788 mDisplayContent.requestTransitionAndLegacyPrepare(TRANSIT_CLOSE, TRANSIT_FLAG_APP_CRASHED);
454 int TRANSIT_FLAG_APP_CRASHED = 0x10; field477 TRANSIT_FLAG_APP_CRASHED,