Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java215 static Transaction sGlobalTransaction; field in SurfaceControl
982 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 …]