Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java213 static Transaction sGlobalTransaction; field in SurfaceControl
967 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76581 Landroid/view/SurfaceControl;->sGlobalTransaction:Landroid/view/SurfaceControl$Transaction;