Searched refs:reparentTransaction (Results 1 – 1 of 1) sorted by relevance
1139 void markStartingSurfaceMatch(SurfaceControl.Transaction reparentTransaction) { in markStartingSurfaceMatch() argument1144 mOpenAnimAdaptor.reparentWindowlessSurfaceToTarget(reparentTransaction); in markStartingSurfaceMatch()1369 void reparentWindowlessSurfaceToTarget(SurfaceControl.Transaction reparentTransaction) { in reparentWindowlessSurfaceToTarget() argument1375 SurfaceControl.Transaction transaction = reparentTransaction != null in reparentWindowlessSurfaceToTarget()1376 ? reparentTransaction : mAdaptors[0].mTarget.getPendingTransaction(); in reparentWindowlessSurfaceToTarget()