Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java498 static GlobalTransactionWrapper sGlobalTransaction; field in SurfaceControl
1549 if (sGlobalTransaction == null) { in openTransaction()
1550 sGlobalTransaction = new GlobalTransactionWrapper(); in openTransaction()
1568 sGlobalTransaction.merge(t); in mergeToGlobalTransaction()
1584 sGlobalTransaction.applyGlobalTransaction(false); in closeTransaction()
4298 return sGlobalTransaction; in getGlobalTransaction()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62152 Landroid/view/SurfaceControl;->sGlobalTransaction:Landroid/view/SurfaceControl$Transaction;