Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java1231 final IBinder shellApplyToken; in setupTransactionQueue() local
1233 shellApplyToken = mShellTransitions.getShellApplyToken(); in setupTransactionQueue()
1238 if (shellApplyToken == null) { in setupTransactionQueue()
1242 SurfaceControl.Transaction.setDefaultApplyToken(shellApplyToken); in setupTransactionQueue()