Searched refs:sGlobalTransaction (Results 1 – 1 of 1) sorted by relevance
215 static Transaction sGlobalTransaction; field in SurfaceControl982 if (sGlobalTransaction == null) { in openTransaction()983 sGlobalTransaction = new Transaction(); in openTransaction()1001 sGlobalTransaction.merge(t); in mergeToGlobalTransaction()1017 sGlobalTransaction.apply(); in closeTransaction()1026 sGlobalTransaction.deferTransactionUntil(this, handle, frame); in deferTransactionUntil()1035 sGlobalTransaction.deferTransactionUntilSurface(this, barrier, frame); in deferTransactionUntil()1044 sGlobalTransaction.reparentChildren(this, newParentHandle); in reparentChildren()1053 sGlobalTransaction.reparent(this, newParent); in reparent()1062 sGlobalTransaction.detachChildren(this); in detachChildren()[all …]