Searched refs:sGlobalTransaction (Results 1 – 2 of 2) sorted by relevance
213 static Transaction sGlobalTransaction; field in SurfaceControl967 if (sGlobalTransaction == null) { in openTransaction()968 sGlobalTransaction = new Transaction(); in openTransaction()986 sGlobalTransaction.merge(t); in mergeToGlobalTransaction()1002 sGlobalTransaction.apply(); in closeTransaction()1011 sGlobalTransaction.deferTransactionUntil(this, handle, frame); in deferTransactionUntil()1020 sGlobalTransaction.deferTransactionUntilSurface(this, barrier, frame); in deferTransactionUntil()1029 sGlobalTransaction.reparentChildren(this, newParentHandle); in reparentChildren()1038 sGlobalTransaction.reparent(this, newParent); in reparent()1047 sGlobalTransaction.detachChildren(this); in detachChildren()[all …]
76581 Landroid/view/SurfaceControl;->sGlobalTransaction:Landroid/view/SurfaceControl$Transaction;