applySyncTransaction(wct,new WindowContainerTransactionCallback(){ @Override public void onTransactionReady( int id, SurfaceControl.Transaction t){ t.apply(); scheduleAnimateResizePip(mLastReportedBounds,destinationBounds,null,direction,animationDurationMs,null); mInPip=false; }}); | applySyncTransaction(wct,new WindowContainerTransactionCallback(){ @Override public void onTransactionReady( int id, SurfaceControl.Transaction t){ t.apply(); scheduleAnimateResizePip(mLastReportedBounds,destinationBounds,null,direction,animationDurationMs,null); mState=State.EXITING_PIP; }}); | mInPip=false | mInPip=State.EXITING_PIP | platform_frameworks_base | e07fe5c3b561554f157461c0e92af8928348bd14 | com.android.systemui.pip.PipTaskOrganizer | | | | | | Uses | True |