Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBackNavigationController.java1139 void markStartingSurfaceMatch(SurfaceControl.Transaction reparentTransaction) { in markStartingSurfaceMatch() argument
1144 mOpenAnimAdaptor.reparentWindowlessSurfaceToTarget(reparentTransaction); in markStartingSurfaceMatch()
1369 void reparentWindowlessSurfaceToTarget(SurfaceControl.Transaction reparentTransaction) { in reparentWindowlessSurfaceToTarget() argument
1375 SurfaceControl.Transaction transaction = reparentTransaction != null in reparentWindowlessSurfaceToTarget()
1376 ? reparentTransaction : mAdaptors[0].mTarget.getPendingTransaction(); in reparentWindowlessSurfaceToTarget()